does this make a difference?
This commit is contained in:
parent
83d10be1c1
commit
bea4dd2490
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue