applied Jukkas patch
This commit is contained in:
2
event.c
2
event.c
@ -244,7 +244,7 @@ enternotify(XEvent *e) {
|
||||
|
||||
if(ev->mode != NotifyNormal || ev->detail == NotifyInferior)
|
||||
return;
|
||||
if(c = getclient(ev->window))
|
||||
if((c = getclient(ev->window)))
|
||||
focus(c);
|
||||
else if(ev->window == root) {
|
||||
selscreen = True;
|
||||
|
Reference in New Issue
Block a user