From f15f45a9f80d5dcd1098b8e9aef4fee7bd53aba4 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 4 Sep 2006 17:39:33 +0200 Subject: [PATCH] simplified manage --- client.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/client.c b/client.c index 0b5fb2b..4f2a69c 100644 --- a/client.c +++ b/client.c @@ -254,15 +254,12 @@ manage(Window w, XWindowAttributes *wa) clients = c; settitle(c); - if(isvisible(c)) { - focus(NULL); - sel = c; - } - arrange(NULL); + ban(c); XMapWindow(dpy, c->win); XMapWindow(dpy, c->twin); if(isvisible(c)) focus(c); + arrange(NULL); } void -- 1.7.10.4