fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()

new_dwm
Anselm R. Garbe 17 years ago
parent bedbe59aaa
commit 635b64384d

@ -648,6 +648,7 @@ enternotify(XEvent *e) {
return; return;
if((c = getclient(ev->window))) { if((c = getclient(ev->window))) {
focus(c); focus(c);
if(ISTILE && !c->isfloating)
restack(); restack();
} }
else if(ev->window == root) { else if(ev->window == root) {

Loading…
Cancel
Save