summaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-22 09:19:02 -0700
committerBen Sima <ben@bsima.me>2019-04-22 09:19:02 -0700
commit3863ef0e017d3031bb4488e0de1d6036b4e6b39f (patch)
tree14c614073fa86b87366d0300d8fc900fb33ef31f /xmonad.hs
parentbc3ff9ddb04736620e0a515c0a9507f0b3e7f664 (diff)
rename workspaces
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 05d3402..30fe52a 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -96,7 +96,7 @@ goldenSpiral :: SpiralWithDir a
goldenSpiral = spiral (6 / 7)
myWorkspaces :: [String]
-myWorkspaces = ["1:chat", "2:emacs", "3:work"] ++ map show [4 .. 9] ++ ["0"]
+myWorkspaces = ["1[chat]", "2[emacs]", "3[work]", "4[dandel]", "5[sabten]", "6[study]"] ++ map show [7 .. 9]
addSpace :: l a -> ModifiedLayout Spacing l a
addSpace = spacingRaw