This is an unpatched, minimal build of dwm that I use as the primary window manager on my archlinux machine for efficient, keyboard-centric navigation.
Version: 6.5
Configuration: config.h
| Function | Key |
|---|---|
| spawn (st) | Super + ` |
| dmenu_run | Super + r |
| togglebar | Super + b |
| focusstack | Super + d |
| focusstack | Super + a |
| incnmaster | Super + w |
| incnmaster | Super + s |
| setmfact | Super + q |
| setmfact | Super + e |
| zoom | Super + 1 |
| view | Super + 2 |
| setlayout (toggle) | Super + 3 |
| setlayout (tiled) | Super + z |
| setlayout (floating) | Super + x |
| setlayout (monocle) | Super + c |
| spawn (code) | Super + v |
| spawn (iwgtk) | Alt + e |
| spawn (firefox) | Alt + f |
| spawn (thunar) | Alt + w |
| spawn (xarchiver) | Alt + c |
| killclient | Alt + q |
| toggletag | Alt + 1–9 |
| power menu | Alt + Shift + w |
| backlight menu | Alt + Shift + e |
| quit | Alt + Shift + q |
git clone https://github.com/NICUP14/ArchEnv
sudo make -C ArchEnv/dwm install