Hello, I'm having this issue with dwm-hg on two boxes: the status bar freezes and is never updated after being read for the first time in setup(). If I xsetroot -name foo, xprop -root WM_NAME shows "foo" as it's supposed to be, but the statusbar does not update. Apparently the condition in propertynotify,
if((ev->window == root) && (ev->atom == XA_WM_NAME)) updatestatus(); always fails, since if I call updatestatus() every time the function is called, the status is updated correctly. Does anybody else have similiar problems? Kind regards, Moritz Wilhelmy