diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Main.hsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Main.hsc b/XMonad/Main.hsc index acb3bfd..8e3eea8 100644 --- a/XMonad/Main.hsc +++ b/XMonad/Main.hsc @@ -240,7 +240,6 @@ handle e@(ButtonEvent {ev_window = w,ev_event_type = t,ev_button = b }) -- True in the user's config. handle e@(CrossingEvent {ev_window = w, ev_event_type = t}) | t == enterNotify && ev_mode e == notifyNormal - && ev_detail e /= notifyInferior = whenX (asks $ focusFollowsMouse . config) (focus w) -- left a window, check if we need to focus root |