removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
dwm-dynamicwindowmanager----------------------------dwmisanextremelyfast,small,anddynamicX11windowmanager.Requirements------------InordertobuilddwmyouneedtheXlibheaderfiles.Installation------------Editconfig.mktomatchyourlocalsetup(dwmisinstalledintothe/usr/localnamespacebydefault).Afterwardsenterthefollowingcommandtobuildandinstalldwm(ifnecessaryasroot):cpconfig.default.hconfig.hmakecleaninstallRunningdwm-----------Addthefollowinglinetoyour.xinitrctostartdwmusingstartx:execdwmInordertoconnectdwmtoaspecificdisplay,makesurethattheDISPLAYenvironmentvariableissetcorrectly,e.g.:DISPLAY=foo.bar:1execdwm(Thiswillstartdwmondisplay:1ofthehostfoo.bar.)Inordertodisplaystatusinfointhebar,youcandosomethinglikethisinyour.xinitrc:whiletruedoecho`date``uptime | sed 's/.*://; s/,//g'`sleep1done|dwmConfiguration-------------Theconfigurationofdwmisdonebyeditingconfig.h.