always updategeom when root is configured

new_dwm
nsz@tpx 15 years ago
parent 0a668922a4
commit 9c066c24b3

@ -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();

Loading…
Cancel
Save