From d69c8ca7696bf3cfdf6ce653085f6b80a4ee7ea9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 22 Aug 2023 16:08:57 +0200 Subject: Hyprland: Use ‘scst’ for screenshots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e5e01f4..6dd11cf 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -145,7 +145,8 @@ binde = , xf86audioraisevolume, exec, amixer -q sset Master 5%+ binde = , xf86monbrightnessup, exec, lux -I 5 binde = , xf86monbrightnessdown, exec, lux -D 5 binde = , xf86audiomedia, exec, foot -e nvim ~/.config/hypr/hyprland.conf -bind = , print, exec, scrot +bind = , print, exec, exec scst 2>/dev/null +bind = SHIFT, print, exec, exec scst -f 2>/dev/null bind = SHIFT, xf86monbrightnessup, exec, lux -S 100 bind = SHIFT, xf86monbrightnessdown, exec, lux -s 0 -- cgit v1.2.3