X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=8dbe83baead81e6224016e8b05c639a73c378024;hp=cce215a9c63d723067d8391b893f593fc87c862a;hb=5ccd42f80752be8f5152e09ecd250ba42739bf6d;hpb=1586b7a02d15df7648552ded5b370b80996dd94a diff --git a/dwm.c b/dwm.c index cce215a..8dbe83b 100644 --- a/dwm.c +++ b/dwm.c @@ -1606,7 +1606,7 @@ showhide(Client *c) { } else { /* hide clients bottom up */ showhide(c->snext); - XMoveWindow(dpy, c->win, c->w * -2, c->y); + XMoveWindow(dpy, c->win, WIDTH(c) * -2, c->y); } }