aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad/lib/Defaults.hs
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-14 20:16:21 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-14 20:16:21 +0530
commit1437bc05b6f81e1f8e35d5800f34ab7f91a090cd (patch)
tree708ea771a2fe2de9368476a1aeab818882dff6c9 /.config/XMonad/lib/Defaults.hs
parent8eef08f3626ce4f30d40e5ad3ce48383ee703207 (diff)
added some dvorak keybindings
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