diff --git a/home/.config/hypr/keybinds.conf b/home/.config/hypr/keybinds.conf index 653995b..a8fd7db 100644 --- a/home/.config/hypr/keybinds.conf +++ b/home/.config/hypr/keybinds.conf @@ -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