aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/xmonad.hs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-02-29 11:15:05 +0100
committerAdrian Kummerlaender2020-02-29 11:15:05 +0100
commit21209a2fcedcab9a87eb1269976cf59a4dc51e61 (patch)
tree05ad1a113065d427d59a379eb1698def425afa17 /gui/conf/xmonad.hs
parentd5bf025a4db2f8b06b89429203042aad15dc1a5a (diff)
downloadnixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.gz
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.bz2
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.lz
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.xz
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.zst
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.zip
Add rofi selector for pass
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r--gui/conf/xmonad.hs3
1 files changed, 3 insertions, 0 deletions
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-<Return>" , spawn "nvim-qt --no-ext-tabline")
, ("<Print>" , spawn "flameshot gui")
+-- password management
+ , ("M-p" , spawn "passrofi")
+
-- window management
, ("M-q" , windows $ S.shift "NSP")
, ("M-S-q" , kill)