[xmonad] Issue 114 in xmonad: configurable click-to-focus vs. focus-follows-mouse

codesite-noreply at google.com codesite-noreply at google.com
Fri Dec 28 11:17:55 EST 2007


Issue 114: configurable click-to-focus vs. focus-follows-mouse
http://code.google.com/p/xmonad/issues/detail?id=114

New issue report by eric.kow:
I would like to make xmonad have click-to-focus behaviour instead of the
usual focus-follows-mouse.  If I understand correctly, I can do this by
modifying the source code, specifically by commenting out:

-- entered a normal window, makes this focused.
handle e@(CrossingEvent {ev_window = w, ev_event_type = t})
    | t == enterNotify && ev_mode   e == notifyNormal
                       && ev_detail e /= notifyInferior = focus w

It would be lovely if I could do this without modifying xmonad itself.  Thanks!


Issue attributes:
	Status: New
	Owner: ----
	Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list