X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/58f2fe3f6af3d6f8c925125c721a2d1800d750dc..1eaffa372f6c4186c3c1717113e3f575cf64fcfd:/main.c?ds=sidebyside diff --git a/main.c b/main.c index e8577fe..de59244 100644 --- a/main.c +++ b/main.c @@ -24,7 +24,7 @@ static void cleanup() { while(sel) { - resize(sel, True); + resize(sel, True, TopLeft); unmanage(sel); } XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);