Skip to content
Daniel Jordan Osborn edited this page Jun 2, 2019 · 4 revisions

Welcome to the dwm wiki!

I use tcc because I havent found a reason not to yet... And it is way fast.

patch program

For git users, use -3 to fix the conflict easily:

cd program-directory git apply path/to/patch.diff For patches formatted with git format-patch:

cd program-directory git am path/to/patch.diff For tarballs:

cd program-directory patch -p1 < path/to/patch.diff

Default dwm screenshot.

default_dwm

Current-ish

current-ish

Clone this wiki locally