feat: add freeze to screenshots

This commit is contained in:
s-prechtl 2025-04-28 12:37:01 +02:00
parent 51eada221b
commit 347ee32351

View file

@ -29,8 +29,8 @@
"ALTSHIFT,J,exec,amixer set 'Master' 5%-" "ALTSHIFT,J,exec,amixer set 'Master' 5%-"
"$mod, M, exec,hyprctl keyword monitor 'eDP-1, enable'" "$mod, M, exec,hyprctl keyword monitor 'eDP-1, enable'"
"$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'" "$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'"
"$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot" "$mod SHIFT,P,exec,hyprshot -z -m region -o ~/Screenshot"
"$mod ALTSHIFT, P, exec, hyprshot -m window -o ~/Screenshot" "$mod ALTSHIFT, P, exec, hyprshot -z -m window -o ~/Screenshot"
"$mod SHIFT, N, exec, dunstctl history-pop" "$mod SHIFT, N, exec, dunstctl history-pop"
"$mod ALTSHIFT, N, exec, dunstctl close-all" "$mod ALTSHIFT, N, exec, dunstctl close-all"