diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-22 18:29:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-22 18:29:06 +0530 |
commit | 71803f75116a63aed35ff3175fe86bb254e38d97 (patch) | |
tree | 2f6c0be6a01c93d74e8bc825711664581bf4dd05 /.config/XMonad/lib/Defaults.hs | |
parent | 206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff) |
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/XMonad/lib/Defaults.hs')
-rw-r--r-- | .config/XMonad/lib/Defaults.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs index 5aee38a..8492cd7 100644 --- a/.config/XMonad/lib/Defaults.hs +++ b/.config/XMonad/lib/Defaults.hs @@ -67,7 +67,8 @@ myEmailClient = "thunderbird" myPasswordManager = "keepassxc" -- workspaces -myWorkspaceNames = ["一", "二", "三", "四", "五", "六", "七", "八", "九", "十"] +myExtraWorkspaces = [(xK_0, "十")] +myWorkspaces = ["一", "二", "三", "四", "五", "六", "七", "八", "九"] ++ map snd myExtraWorkspaces -- screen gaps sGap = 3 |