X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;fp=client.c;h=cd16e11867f2b4ba85c9730bc600ebdb6c188874;hp=a1055148cb3304dfed4f694fffee4a1497718ca2;hb=a92cf496c18189f9cbc7c1d7f8edcebbd1d7ff99;hpb=cc7970010bd78e700d790b12617a50c9f9fd45a8 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(); }