X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/26157e6973f240a9b5ee407b9d2d5eca9358844f..e1315fd40cf7f3df911e1b4f6876c47ce1feb61c:/client.c?ds=sidebyside 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