diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-14 20:16:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-14 20:16:21 +0530 |
commit | 1437bc05b6f81e1f8e35d5800f34ab7f91a090cd (patch) | |
tree | 708ea771a2fe2de9368476a1aeab818882dff6c9 /.config/XMonad/lib/Defaults.hs | |
parent | 8eef08f3626ce4f30d40e5ad3ce48383ee703207 (diff) |
added some dvorak keybindings
Diffstat (limited to '.config/XMonad/lib/Defaults.hs')
-rw-r--r-- | .config/XMonad/lib/Defaults.hs | 3 |
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 |