From 2434602233afee58ca7d4aeb0c5c2e165181f275 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Fri, 26 Aug 2022 22:52:07 -0400 Subject: [PATCH] Simplified xmonad invocation, removed kofc workspace, slight formatting update --- xmonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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