X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=c65a42b33a106ce60a77e5323efaa20b7a697953;hb=5983c00b9508d48331b2c57f2c88ea09a8feb291;hp=60f1cbeff8777bc9f16cbb0bddc8bba0550a4300;hpb=6651dd7fd9e8e95cfc6c472f1adfeff41735d798;p=dwm.git diff --git a/client.c b/client.c index 60f1cbe..c65a42b 100644 --- a/client.c +++ b/client.c @@ -246,7 +246,7 @@ manage(Window w, XWindowAttributes *wa) { XMapWindow(dpy, c->twin); if(isvisible(c)) focus(c); - arrange(NULL); + arrange(); } void @@ -393,5 +393,5 @@ unmanage(Client *c) { XSync(dpy, False); XSetErrorHandler(xerror); XUngrabServer(dpy); - arrange(NULL); + arrange(); }