hotfixing with sanders hint

new_dwm
Anselm R. Garbe 18 years ago
parent de6411c338
commit 95d8423823

@ -254,8 +254,10 @@ manage(Window w, XWindowAttributes *wa)
clients = c;
settitle(c);
if(isvisible(c))
if(isvisible(c)) {
focus(NULL);
sel = c;
}
arrange(NULL);
XMapWindow(dpy, c->win);
XMapWindow(dpy, c->twin);

Loading…
Cancel
Save