PATCHES
diff generation
For mercurial users:
cd dwm-directory
hg diff > dwm-X.Y-yourpatchname.diff
For tarballs:
cd modified-dwm-directory/..
diff -up original-dwm-directory modified-dwm-directory > dwm-X.Y-yourpatchname.diff
where X.Y is a dwm tag name or version number.
patch application
For mercurial users:
cd dwm-directory
hg patch path/to/patch.diff
For tarballs:
cd dwm-directory
patch -p1 < path/to/patch.diff
offsite patches
external repositories / related projects
- awesome
- awm
- bwm
- echinus
- dwm-mitch
- dwm-rfigura
- dwm-gtx
- dwm-pancake
- xmonad
- DWM-Hacked -- A compilation of all the DWM hacks that I could find