This is a personal, experimental build of dwm. This build is done using dwm-flexipatch.
In order to build dwm you need the Xlib header files.
git clone https://github.com/pleskunov/dwm.git
cd dwm
doas make clean installAdd the following line to your .xinitrc to start dwm using startx:
exec dwmThe configuration of dwm is done by creating a custom config.h and (re)compiling the source code.