diff --git a/xmonad.hs b/xmonad.hs index f38513c..b6383cd 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -289,10 +289,10 @@ main = do sc <- IS.countScreens dzenSodiumBar <- spawnPipe (getSodiumBar sc) dzenTennessineBar <- spawnPipe (getTennessineBar sc) dzenBlancherBar <- spawnPipe (getBlancherBar sc) - xmonad $ docks $ ewmh $ desktopConfig { - workspaces = ["shell","qb","pindrop","kofc","VM"] + xmonad $ desktopConfig { + workspaces = ["shell","qb","pindrop","VM"] , terminal = myTerminal - , focusFollowsMouse = True + , focusFollowsMouse = True , manageHook = manageDocks <+> myManageHook -- <+> manageHook desktopConfig , handleEventHook = handleEventHook desktopConfig , layoutHook = avoidStruts $ gaps [(D,108)] $ layoutH