mirror of
git://git.suckless.org/dwm
synced 2025-04-28 19:30:59 +01:00
hotfixing with sanders hint
This commit is contained in:
parent
de6411c338
commit
95d8423823
4
client.c
4
client.c
@ -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…
x
Reference in New Issue
Block a user