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

1.4 KiB

My build of dwm (dynamic window manager)

Patches applied

  1. xrdb patch for .Xresources support.
  2. fullgaps patch for adding gaps between windows.
  3. scratchpad patch for scratchpad
  4. bar height for changing bar's height
  5. pertag for layout for each tag.
  6. layoutscroll for scrolling through layouts with mod+shift+tab
  7. swallow patch for swallowing windows (have reversed the patch right now.)

Keybinds

keybinds what it does
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+f move the focused window to master
mod+shift+r toggle window floating
mod+t tile layout(default)
mod+m monacle layout
mod+e spiral layout
mod+n dwindle layout
mod+space floating mode
mod+(+/-/=) increase/decrease/reset gaps
mod+shit+q quit dwm

MAKE SURE TO INSTALL libxft-bgra OR DWM WILL CRASH