diff options
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -799,7 +799,7 @@ enternotify(XEvent *e) { unfocus(selmon->sel, True); selmon = m; } - focus(wintoclient(ev->window)); + focus((wintoclient(ev->window))); } void |
index : dwm | ||
My fork of the suckless.org window manager | Bryson Steck |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | dwm.c | 2 |
@@ -799,7 +799,7 @@ enternotify(XEvent *e) { unfocus(selmon->sel, True); selmon = m; } - focus(wintoclient(ev->window)); + focus((wintoclient(ev->window))); } void |