commit 9c066c24b3d0b7767651f0f403db2e4007a847c8 from: nsz@tpx date: Mon Sep 7 09:46:02 2009 UTC always updategeom when root is configured commit - 0a668922a4de625d128a362d102844e33e36ae1c commit + 9c066c24b3d0b7767651f0f403db2e4007a847c8 blob - f7e9e8409d0e93d5fcb6cd8e9a253723c47af22b blob + 7a4600f5a84b88421fc774216be7d22e09e32ec8 --- dwm.c +++ 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();