diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/xmonad.hs | 3 |
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) |