diff options
author | Ben Sima <ben@bsima.me> | 2019-04-22 09:19:02 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-22 09:19:02 -0700 |
commit | 3863ef0e017d3031bb4488e0de1d6036b4e6b39f (patch) | |
tree | 14c614073fa86b87366d0300d8fc900fb33ef31f | |
parent | bc3ff9ddb04736620e0a515c0a9507f0b3e7f664 (diff) |
rename workspaces
-rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |