X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=cd16e11867f2b4ba85c9730bc600ebdb6c188874;hb=9f88fd093cf4f18dfd25b86344e5df73f5f1c2a1;hp=a1055148cb3304dfed4f694fffee4a1497718ca2;hpb=67a1141f44bc19afeda19fb6544270a65419b3b3;p=dwm.git diff --git a/client.c b/client.c index a105514..cd16e11 100644 --- a/client.c +++ b/client.c @@ -229,6 +229,7 @@ manage(Window w, XWindowAttributes *wa) { XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */ ban(c); XMapWindow(dpy, c->win); + setclientstate(c, NormalState); arrange(); }