X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/58f2fe3f6af3d6f8c925125c721a2d1800d750dc..0fb1842fd0a2ef77cd5bc4cb882490f9fc994ab8:/main.c 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);