X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=4f2a69cf4df733914254f493e018575a712abac1;hb=0915da8842fd6e16b804ae3205ec2f6baaaa342c;hp=8a8a99eab90ca39d53c48c031ffbacdf159ae16e;hpb=26157e6973f240a9b5ee407b9d2d5eca9358844f;p=dwm.git diff --git a/client.c b/client.c index 8a8a99e..4f2a69c 100644 --- a/client.c +++ b/client.c @@ -254,11 +254,12 @@ manage(Window w, XWindowAttributes *wa) clients = c; settitle(c); - arrange(NULL); + ban(c); XMapWindow(dpy, c->win); XMapWindow(dpy, c->twin); if(isvisible(c)) focus(c); + arrange(NULL); } void