fixing the issue that new clients appear lowered

new_dwm
Anselm R. Garbe 18 years ago
parent c107db57db
commit e316cf53f6

@ -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);

Loading…
Cancel
Save