From 1437bc05b6f81e1f8e35d5800f34ab7f91a090cd Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 14 Dec 2023 20:16:21 +0530 Subject: added some dvorak keybindings --- .config/XMonad/lib/Defaults.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/XMonad/lib/Defaults.hs') 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 -- cgit v1.2.3