updated xmonad.hs mod+x keybind

This commit is contained in:
Solomon Laing 2021-03-28 17:20:06 +10:30
parent 12303a154f
commit 81bd7a8fdf

View File

@ -240,7 +240,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm .|. shiftMask, xK_t ), spawn "/home/solomon/.scripts/bw-unlock") , ((modm .|. shiftMask, xK_t ), spawn "/home/solomon/.scripts/bw-unlock")
-- search for password using bitwarden cli through dmenu -- search for password using bitwarden cli through dmenu
, ((modm, xK_x ), spawn "/home/solomon/.scripts/passwords") , ((modm, xK_t ), spawn "/home/solomon/.scripts/passwords")
] ]
++ ++