X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=main.c;h=de5924475b2554d265afc6ce383265b0a30d3d00;hb=8bb4a93f2be8f21b873218506dbf7b7ea3d9cc7d;hp=e8577fefaffd1e309cccc3def40a31e254db9867;hpb=58f2fe3f6af3d6f8c925125c721a2d1800d750dc;p=dwm.git 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);