I think this is the best solution of multihead support
This commit is contained in:
parent
04a2b74529
commit
373b11de11
4
client.c
4
client.c
@ -89,7 +89,6 @@ focus(Client *c) {
|
||||
XSetWindowBorder(dpy, old->win, dc.norm[ColBorder]);
|
||||
}
|
||||
if(c) {
|
||||
if(issel) {
|
||||
detachstack(c);
|
||||
c->snext = stack;
|
||||
stack = c;
|
||||
@ -97,9 +96,6 @@ focus(Client *c) {
|
||||
XSetWindowBorder(dpy, c->win, dc.sel[ColBorder]);
|
||||
XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime);
|
||||
}
|
||||
else
|
||||
XSetWindowBorder(dpy, c->win, dc.norm[ColBorder]);
|
||||
}
|
||||
else if(issel)
|
||||
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
|
||||
sel = c;
|
||||
|
Loading…
Reference in New Issue
Block a user