Bind <F8> to KeePassXC

This commit is contained in:
2023-05-21 18:28:44 +02:00
parent 0c3b73a13d
commit 53fce1484f

View File

@@ -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),