JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
prepared 4.4.1 bugfix and minor feature enhancement release
[dwm.git] / client.c
index a105514..cd16e11 100644 (file)
--- 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();
 }