aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad/lib/Defaults.hs
diff options
context:
space:
mode:
Diffstat (limited to '.config/XMonad/lib/Defaults.hs')
-rw-r--r--.config/XMonad/lib/Defaults.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs
index 8492cd7..5aee38a 100644
--- a/.config/XMonad/lib/Defaults.hs
+++ b/.config/XMonad/lib/Defaults.hs
@@ -67,8 +67,7 @@ myEmailClient = "thunderbird"
myPasswordManager = "keepassxc"
-- workspaces
-myExtraWorkspaces = [(xK_0, "十")]
-myWorkspaces = ["一", "二", "三", "四", "五", "六", "七", "八", "九"] ++ map snd myExtraWorkspaces
+myWorkspaceNames = ["一", "二", "三", "四", "五", "六", "七", "八", "九", "十"]
-- screen gaps
sGap = 3