Hello, The revision 1578 (of hg sources of dwm) introduces a bug, I think. I get the following error while compiling dwm:
dwm.c: In function ‘createmon’: dwm.c:669:15: error: ‘nmaster’ undeclared (first use in this function) dwm.c:669:15: note: each undeclared identifier is reported only once for each function it appears in dwm.c: In function ‘keypress’: dwm.c:1087:2: warning: ‘XKeycodeToKeysym’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) dwm.c: At top level: dwm.c:1030:1: warning: ‘incnmaster’ defined but not used make: *** [dwm.o] Error 1 Best, Marcin Szamotulski