aboutsummaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.hs b/xmonad.hs
index f409cc0..c10070b 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -23,6 +23,7 @@ main = xmonad $ desktopConfig
, borderWidth = 1
, startupHook = myStartupHook
, focusFollowsMouse = False -- don't change window based on mouse position (need to click)
+ , workspaces = ["code", "compile", "web"] ++ map show [4..9]
} `additionalKeysP` myKeys
myLayouts = tiledBigMaster -- bigger master for code and smaller slave for compiling