does this make a difference?
This commit is contained in:
2
dwm.c
2
dwm.c
@ -799,7 +799,7 @@ enternotify(XEvent *e) {
|
||||
unfocus(selmon->sel, True);
|
||||
selmon = m;
|
||||
}
|
||||
focus(wintoclient(ev->window));
|
||||
focus((wintoclient(ev->window)));
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user