1.6 KiB
1.6 KiB
My build of dwm (dynamic window manager)
Patches applied
- xrdb patch for .Xresources support.
- fullgaps patch for adding gaps between windows.
- scratchpad patch for scratchpad
- bar height for changing bar's height
- pertag for layout for each tag.
- layoutscroll for scrolling through layouts with mod+shift+tab
- swallow patch for swallowing windows (have reversed the patch right now.)
Keybinds
| keybinds | what they do |
|---|---|
| mod+enter | open terminal(st) |
| mod+shift+enter | open scratchpad(st) |
| mod+r | open dmenu |
| mod+shift+x | kill window |
| mod+Tab | cycle through windows |
| mod+b | toggle statusbar |
| mod+F5 | xrdb |
| mod+h/l | resize windows horizontally |
| mod+space | move the focused window to master |
| mod+f | toggle window fullscreen |
| mod+shift+r | toggle window floating |
| mod+t | tile layout(default) |
| mod+shift+u | monacle layout |
| mod+y | spiral layout |
| mod+shift+y | dwindle layout |
| mod+shift+f | floating mode |
| mod+(+/-/=) | increase/decrease/reset gaps |
| mod+shit+q | quit dwm |