Removed '<+> manageHook desktopConfig' from manageHook

This commit is contained in:
Trey Blancher 2022-08-25 22:04:52 -04:00
parent cbbef9723c
commit 080c5b71f6
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ main = do sc <- IS.countScreens
workspaces = ["shell","qb","pindrop","kofc","VM"]
, terminal = myTerminal
, focusFollowsMouse = True
, manageHook = manageDocks <+> myManageHook <+> manageHook desktopConfig
, manageHook = manageDocks <+> myManageHook -- <+> manageHook desktopConfig
, handleEventHook = handleEventHook desktopConfig
, layoutHook = avoidStruts $ gaps [(D,108)] $ layoutH
, logHook = myLogHook dzenTopBar >> fadeHook >> updatePointer (0.5, 0.5) (0, 0)