Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexphanna/dwm
My dwm build
https://github.com/alexphanna/dwm
Last synced: about 1 month ago
JSON representation
My dwm build
- Host: GitHub
- URL: https://github.com/alexphanna/dwm
- Owner: alexphanna
- License: mit
- Created: 2023-12-30T18:41:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-04T00:05:39.000Z (5 months ago)
- Last Synced: 2024-11-08T02:42:52.251Z (3 months ago)
- Language: C
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwm
## Patches and features
- [Alpha](https://dwm.suckless.org/patches/alpha/) - allows dwm to have translucent bars
- [Vanity gaps](https://dwm.suckless.org/patches/vanitygaps/) - adds (inner) gaps between client windows and (outer) gaps between windows and the screen edge in a flexible manner
- [No title](https://dwm.suckless.org/patches/notitle/) - removes the title
- [Swallow](https://dwm.suckless.org/patches/swallow/) - adds "window swallowing"
- [Material Symbols](https://fonts.google.com/icons) radio buttons as tags and a different color for the current tag
- No borders## Installation
```bash
git clone https://github.com/alexphanna/dwm.git
cd dwm
sudo make install
```