X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=51d270ee2dad13f2da08f3275cccf57e2483050d;hp=4d26a82e27e762d3d90698c3a89bc23a007995a2;hb=c19d4b2930379d0b966a1f082f9db2f3011bea76;hpb=f77a3d0a62b09f2923b8e2c7e739600ab8283abb diff --git a/dwm.c b/dwm.c index 4d26a82..51d270e 100644 --- a/dwm.c +++ b/dwm.c @@ -408,6 +408,7 @@ configurenotify(XEvent *e) { if(ev->window == root && (ev->width != sw || ev->height != sh)) { setgeoms(); + updatebarpos(); arrange(); } } @@ -1415,8 +1416,6 @@ setdefaultgeoms(void) { moy = wy; mow = ww; moh = wh; - - updatebarpos(); } void