ENH don't use mouse hover to focus

This commit is contained in:
Nathan Dwarshuis 2020-02-24 14:56:37 -05:00
parent 7a73be5560
commit defb13c554
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ main = do
, startupHook = docksStartupHook <+> startupHook def , startupHook = docksStartupHook <+> startupHook def
, workspaces = myWorkspaces , workspaces = myWorkspaces
, logHook = myLoghook h , logHook = myLoghook h
, clickJustFocuses = False
, focusFollowsMouse = False
} }
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------