aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.c b/client.c
index 8a8a99e..81f4280 100644
--- a/client.c
+++ b/client.c
@@ -254,6 +254,8 @@ manage(Window w, XWindowAttributes *wa)
clients = c;
settitle(c);
+ if(isvisible(c))
+ sel = c;
arrange(NULL);
XMapWindow(dpy, c->win);
XMapWindow(dpy, c->twin);