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/xmonad.hs | |
parent | 206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff) |
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/XMonad/xmonad.hs')
-rw-r--r-- | .config/XMonad/xmonad.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/XMonad/xmonad.hs b/.config/XMonad/xmonad.hs index 128243a..36c2028 100644 --- a/.config/XMonad/xmonad.hs +++ b/.config/XMonad/xmonad.hs @@ -10,8 +10,6 @@ import XMonad.Util.EZConfig import XMonad.Util.Run import Keybindings ---import QwertyKeybindings -import DvorakKeybindings import Defaults import Hooks @@ -25,7 +23,7 @@ main = do , terminal = myTerminal , borderWidth = myBorderWidth , modMask = myModMask - , workspaces = myWorkspaceNames + , workspaces = myWorkspaces , normalBorderColor = myBorder , focusedBorderColor = myBorder' , layoutHook = myLayoutHook |