diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index a25426b..3bcc5e9 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -139,6 +139,7 @@ myKeysP = ("M-S-", withFocused $ windows . W.sink), -- Launchers ("M-S-p", spawn "alacritty --class Launcher,Launcher"), + ("", spawn "keepassxc"), ("M-p", spawn "albert toggle"), -- Map insert key to paste from clipboard ("", pasteSelection),