From 99855ed593d16ce080acb92ea6538aaad50f4f7b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 29 Oct 2022 11:43:42 -0400 Subject: add workspaces to xmonad --- dot_xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_xmonad') 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 -- cgit v1.2.3