all repos — dwm @ 95d8423823800cdb9e4ed06f407f2d5deefcaf38

my dwm build

hotfixing with sanders hint
Anselm R. Garbe arg@10kloc.org
Mon, 04 Sep 2006 17:21:15 +0200
commit

95d8423823800cdb9e4ed06f407f2d5deefcaf38

parent

de6411c3382199eddd5490c987ad7809a137047e

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M client.cclient.c

@@ -254,8 +254,10 @@ c->next = clients;

clients = c; settitle(c); - if(isvisible(c)) + if(isvisible(c)) { + focus(NULL); sel = c; + } arrange(NULL); XMapWindow(dpy, c->win); XMapWindow(dpy, c->twin);