Bind <F8> to KeePassXC
parent
0c3b73a13d
commit
53fce1484f
|
@ -139,6 +139,7 @@ myKeysP =
|
||||||
("M-S-<Space>", withFocused $ windows . W.sink),
|
("M-S-<Space>", withFocused $ windows . W.sink),
|
||||||
-- Launchers
|
-- Launchers
|
||||||
("M-S-p", spawn "alacritty --class Launcher,Launcher"),
|
("M-S-p", spawn "alacritty --class Launcher,Launcher"),
|
||||||
|
("<F8>", spawn "keepassxc"),
|
||||||
("M-p", spawn "albert toggle"),
|
("M-p", spawn "albert toggle"),
|
||||||
-- Map insert key to paste from clipboard
|
-- Map insert key to paste from clipboard
|
||||||
("<Insert>", pasteSelection),
|
("<Insert>", pasteSelection),
|
||||||
|
|
Loading…
Reference in New Issue