fixing the issue that new clients appear lowered
This commit is contained in:
parent
c107db57db
commit
e316cf53f6
2
client.c
2
client.c
@ -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…
x
Reference in New Issue
Block a user