Disable focus follows mouse with the reasoning
This commit is contained in:
parent
321ed016a0
commit
a69b41e652
@ -238,7 +238,11 @@ masser extraConfig = xmonad =<< statusBar (bar extraConfig) zenburnPP toggleStru
|
|||||||
, normalBorderColor = "#262626"
|
, normalBorderColor = "#262626"
|
||||||
, focusedBorderColor = "#7F9F7F"
|
, focusedBorderColor = "#7F9F7F"
|
||||||
, manageHook = myManageHook
|
, manageHook = myManageHook
|
||||||
, focusFollowsMouse = True
|
-- The focus follows mouse is a bad idea for me because
|
||||||
|
-- it misbehaves with accordion. If I accidentally hover
|
||||||
|
-- my mouse at the lower edge of the accordion, it will
|
||||||
|
-- just cycle through to the last accordion
|
||||||
|
, focusFollowsMouse = False
|
||||||
, logHook = updatePointer (0.25, 0.25) (0.25, 0.25)
|
, logHook = updatePointer (0.25, 0.25) (0.25, 0.25)
|
||||||
}
|
}
|
||||||
myLayout = toggleLayouts zoom workspaceLayouts
|
myLayout = toggleLayouts zoom workspaceLayouts
|
||||||
|
Loading…
Reference in New Issue
Block a user