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

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
participants (1)
-
codesite-noreply@google.com