all repos — dwm @ f15f45a9f80d5dcd1098b8e9aef4fee7bd53aba4

my dwm build

simplified manage
Anselm R. Garbe arg@10kloc.org
Mon, 04 Sep 2006 17:39:33 +0200
commit

f15f45a9f80d5dcd1098b8e9aef4fee7bd53aba4

parent

1b2e149cb407be34be0f2b28b8801dc3224eb5c2

1 files changed, 2 insertions(+), 5 deletions(-)

jump to
M client.cclient.c

@@ -254,15 +254,12 @@ c->next = clients;

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