updated xmonad.hs mod+x keybind
This commit is contained in:
parent
12303a154f
commit
81bd7a8fdf
@ -240,7 +240,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
||||
, ((modm .|. shiftMask, xK_t ), spawn "/home/solomon/.scripts/bw-unlock")
|
||||
|
||||
-- search for password using bitwarden cli through dmenu
|
||||
, ((modm, xK_x ), spawn "/home/solomon/.scripts/passwords")
|
||||
, ((modm, xK_t ), spawn "/home/solomon/.scripts/passwords")
|
||||
|
||||
]
|
||||
++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user