dwm is a dynamic window manager for X by suckless. This repository hosts nathanielevan's dwm configuration, including a selection of patches hosted in the suckless website to make it usable.
Included in this build:
- Personal colour configuration
- Actual full screen patch
- Autostart patch
- Center patch
- Decoration hints patch
- Fix borders patch
- Focus on click patch
- Fake signals patch
- Full gaps toggle patch
- Per tag patch
- Push up/down patch
- Status on all monitors patch
- Status padding patch
- Swallow patch
- Systray patch
- Includes personal modification to set tray icon size
- Urgent border patch
Keybinds:
- Super+d to launch j4-dmenu-desktop.
- Super+Shift+d to launch dmenu_run.
- Super+Shift+Enter to spawn a terminal window.
- Super+{1-9} to go to tag ("workspace") 1-9.
- Super+Shift+{1-9} to move a window to tag ("workspace") 1-9.
- Super+j/k to move focus down/up the window stack.
- Super+Shift+j/k to move a window down/up the window stack.
- Super+Enter to set a window as the master window.
- Super+Shift+q to close a window.
- and many more, check out config.def.h for the complete configuration.
Dependencies:
- j4-dmenu-desktop (optional)