dwm

My fork of https://dwm.suckless.org/
git clone https://git.inz.fi/dwm/
Log | Files | Refs | README | LICENSE

commit bea4dd24901235691b5f7ab7b2edd4561de5af27
parent 83d10be1c1ffb301eaac3a775971f8e018c14cc4
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Sat, 11 Sep 2010 19:00:18 +0000

does this make a difference?
Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -799,7 +799,7 @@ enternotify(XEvent *e) { unfocus(selmon->sel, True); selmon = m; } - focus(wintoclient(ev->window)); + focus((wintoclient(ev->window))); } void