Commit 9c066c2

nsz@tpx <unknown>
2009-09-07 05:46:02
always updategeom when root is configured
1 parent 0a66892
Changed files (1)
dwm.c
@@ -530,7 +530,7 @@ configurenotify(XEvent *e) {
 	Monitor *m;
 	XConfigureEvent *ev = &e->xconfigure;
 
-	if(ev->window == root && (ev->width != sw || ev->height != sh)) {
+	if(ev->window == root) {
 		sw = ev->width;
 		sh = ev->height;
 		updategeom();