fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
This commit is contained in:
1
dwm.c
1
dwm.c
@ -648,6 +648,7 @@ enternotify(XEvent *e) {
|
||||
return;
|
||||
if((c = getclient(ev->window))) {
|
||||
focus(c);
|
||||
if(ISTILE && !c->isfloating)
|
||||
restack();
|
||||
}
|
||||
else if(ev->window == root) {
|
||||
|
Reference in New Issue
Block a user