This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
dwm/README.md

34 lines
1.5 KiB
Markdown

# My build of dwm (dynamic window manager)
## Patches applied
1. [xrdb](https://dwm.suckless.org/patches/xrdb/) patch for .Xresources support.
2. [fullgaps](https://dwm.suckless.org/patches/fullgaps/) patch for adding gaps between windows.
3. [scratchpad](https://dwm.suckless.org/patches/scratchpad/) patch for scratchpad
4. [bar height](https://dwm.suckless.org/patches/bar_height/) for changing bar's height
5. [pertag](https://dwm.suckless.org/patches/pertag/) for layout for each tag.
6. [layoutscroll](https://dwm.suckless.org/patches/layoutscroll/) for scrolling through layouts with <kbd>mod+shift+tab</kbd>
7. [swallow](https://dwm.suckless.org/patches/swallow/) patch for swallowing windows (have reversed the patch right now.)
## Keybinds
|keybinds|what they do|
|:-------|:-----------|
|<kbd>mod+enter</kbd>|open terminal(st)|
|<kbd>mod+shift+enter</kbd>|open scratchpad(st)|
|<kbd>mod+r</kbd>|open dmenu|
|<kbd>mod+shift+x</kbd>|kill window|
|<kbd>mod+Tab</kbd>|cycle through windows|
|<kbd>mod+b</kbd>|toggle statusbar|
|<kbd>mod+F5</kbd>|xrdb|
|<kbd>mod+h/l</kbd>|resize windows horizontally|
|<kbd>mod+f</kbd>|move the focused window to master|
|<kbd>mod+shift+r</kbd>|toggle window floating|
|<kbd>mod+t</kbd>|tile layout(default)|
|<kbd>mod+m</kbd>|monacle layout|
|<kbd>mod+e</kbd>|spiral layout|
|<kbd>mod+n</kbd>|dwindle layout|
|<kbd>mod+space</kbd>|floating mode|
|<kbd>mod+(+/-/=)</kbd>|increase/decrease/reset gaps|
|<kbd>mod+shit+q</kbd>|quit dwm|
### MAKE SURE TO INSTALL ``libxft-bgra`` OR DWM WILL CRASH