all repos — dwm @ e316cf53f618dd1dd82828ca5c4e566968473f3a

my dwm build

fixing the issue that new clients appear lowered
Anselm R. Garbe arg@10kloc.org
Mon, 04 Sep 2006 17:02:13 +0200
commit

e316cf53f618dd1dd82828ca5c4e566968473f3a

parent

c107db57db9529c699e6aa5fc1c31a37be06f94e

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

jump to
M client.cclient.c

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

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