From 21209a2fcedcab9a87eb1269976cf59a4dc51e61 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 29 Feb 2020 11:15:05 +0100 Subject: Add rofi selector for pass --- gui/conf/xmonad.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/conf/xmonad.hs') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 5038f48..1505f6f 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -166,6 +166,9 @@ commonKeybindings host = , ("M-S-" , spawn "nvim-qt --no-ext-tabline") , ("" , spawn "flameshot gui") +-- password management + , ("M-p" , spawn "passrofi") + -- window management , ("M-q" , windows $ S.shift "NSP") , ("M-S-q" , kill) -- cgit v1.2.3