diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index cab108a..cc23718 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -82,6 +82,7 @@ customKeybindings = , ("M-<Space>" , spawn "rofi -show combi") , ("M-<Return>" , spawn "kitty") , ("M-S-<Return>" , spawn "nvim-qt") + , ("<Print>" , spawn "xfce4-screenshooter") -- window management , ("M-q" , windows $ shift "NSP") , ("M-S-q" , kill) |