From 53fce1484f7de4c22eeeeb6df217fa6edb6f4b0c Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 21 May 2023 18:28:44 +0200 Subject: [PATCH] Bind to KeePassXC --- .xmonad/xmonad.hs | 1 + 1 file changed, 1 insertion(+) 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),