diff options
author | Ben Sima <ben@bsima.me> | 2022-07-22 17:32:32 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-22 17:32:32 -0400 |
commit | 32987bd2f3ecaee5b715bbf518bc3a5da803172e (patch) | |
tree | 2d74aec9970f3a7297eee22cc74e079ae9a10219 /lib | |
parent | 0e9b15c502aae931bdf8bbc982748bf31706d7f3 (diff) |
Remove unneeded spaces
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmonad.hs b/lib/xmonad.hs index c933be9..bb182fd 100644 --- a/lib/xmonad.hs +++ b/lib/xmonad.hs @@ -118,7 +118,7 @@ goldenSpiral :: SpiralWithDir a goldenSpiral = spiral (6 / 7) myWorkspaces :: [String] -myWorkspaces = ["1[org]", "2[dev]", "3[chat]", "4[lithium]", "5[mon]", "6"] ++ map show [7 .. 9] +myWorkspaces = ["1[org]", "2[dev]", "3[chat]", "4[lithium]", "5[mon]", "6"] addSpace :: l a -> ModifiedLayout Spacing l a addSpace = |