diff options
Diffstat (limited to '')
-rw-r--r-- | dot_xmonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_xmonad/xmonad.hs b/dot_xmonad/xmonad.hs index a3e8c85..ed227f6 100644 --- a/dot_xmonad/xmonad.hs +++ b/dot_xmonad/xmonad.hs @@ -293,8 +293,8 @@ myXPConfig = def { -- My workspaces -myWorkspaces = ["term", "web", "chatter", "reading", "5", "music", "LaTeX"] - ++ (map show [8..20]) +myWorkspaces = ["term", "web", "chatter", "reading", "gnus", "music", "LaTeX", "work", "radio"] + ++ (map show [9..20]) -- smartBorders removes borders when there's no ambiguity myLayout = mkToggle (single MIRROR) (smartBorders $ toggleLayouts Full |