From 98b3c354448f28455ead288cab9dce9646aa74dd Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 14 Mar 2024 01:06:24 +0100 Subject: [PATCH] Add locscreen screenshot keybind --- home/.config/hypr/keybinds.conf | 1 + 1 file changed, 1 insertion(+) 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