dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: bea4dd24901235691b5f7ab7b2edd4561de5af27
Parent: 83d10be1c1ffb301eaac3a775971f8e018c14cc4
Author: Anselm R Garbe
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