You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
LICENSE | 11 months ago | |
Makefile | 2 months ago | |
README.md | 1 month ago | |
config.def.h | 1 month ago | |
config.mk | 1 month ago | |
drw.c | 1 month ago | |
drw.h | 1 month ago | |
dwm.1 | 3 years ago | |
dwm.c | 1 month ago | |
screenshot1.png | 2 months ago | |
screenshot2.png | 2 months ago | |
screenshot3.png | 2 months ago | |
transient.c | 12 years ago | |
util.c | 8 months ago | |
util.h | 7 years ago |
README.md
evenfire's dwm
This is my heavily patched dwm. There are mostly usability improvements, not so much focusing on the graphics side.
Features
- Fira Code Nerd font, 13px
- 2px border
- Bottom bar
- Split ratio is 50/50
- Bookmarks keybinding
- Volume keybindings
- 26px gaps
- Tags have icons
- Tags are underlined
- Layouts have icons
Patches
- Gruvbox theme
- Sticky patch
- Swallow patch
- No border when there's one window patch
- Attach aside patch
- No program title patch
- Preserve on restart patch
- Pertag patch
- Resize corners patch
- Save floats patch
- Alpha patch
- Bar padding patch
- Always center patch
Screenshots
Requirements
In order to build dwm you need the Xlib header files.
Installation
After having installed all the preresequites, run:
make clean install