Add locscreen screenshot keybind

This commit is contained in:
ItsDrike 2024-03-14 01:06:24 +01:00
parent 3c29dab3c5
commit 98b3c35444
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -69,6 +69,7 @@ $SCREENSHOT_DELAY = 2000
bind = ALT, Print, exec, wl-copy --type image/png "$(hyprpicker)" && notify-send 'Picked color' "$(wl-paste) (saved to clipboard)"
bind = , Print, exec, screenshot --notify --copy --target area
#bindl = , Print, exec, screenshot --notify --copy --target all # lockscreen screenshot (only enable when needed)
bind = SUPER, Print, exec, screenshot --notify --copy --target area --edit
bind = SHIFT, Print, exec, screenshot --notify --save $SCREENSHOT_FORMAT --target area
bind = CTRL, Print, exec, screenshot --notify --copy --target area --delay $SCREENSHOT_DELAY