This repository houses my fork of dwm, a dynamic tiling window manager for X.
I have applied the following patches in this repository:
- fullgaps: adds gaps between client windows
- scratchpad: spawn or restore a floating terminal window
- stacker: move windows up/down the stack (super-k/j)
- swallow: adds window swallowing to
dwmas known from Plan 9's windowing system rio
On debian based systems, the following libraries are required in order to build dwm:
libx11-xcb-devlibxft-devlibxinerama-devlibxcb-res0-dev
On debian based systems that use xsessions, the following file contents must placed within
/usr/share/xsessions/dwm.desktop in order to allow session start using my .xinitrc file.
[Desktop Entry]
Name=dwm
Comment=Dynamic Window Manager
Exec=/home/fsareshwala/.xinitrc
TryExec=cinnamon-session-cinnamon
Icon=
Type=Application
For more information about dwm, see the upstream project homepage.