From 3863ef0e017d3031bb4488e0de1d6036b4e6b39f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Apr 2019 09:19:02 -0700 Subject: rename workspaces --- xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3