Removed '<+> manageHook desktopConfig' from manageHook
This commit is contained in:
parent
cbbef9723c
commit
080c5b71f6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user