From 0a41895bd5a1630f0e91d3be497e325ad41f1fc9 Mon Sep 17 00:00:00 2001 From: Satria Date: Mon, 9 Mar 2026 14:50:02 +0700 Subject: [PATCH] freeze when screenshot --- modules/home/rice/keybinds.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index a72eda0..461799a 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -98,9 +98,9 @@ "SUPER, X, exec, dunstctl close-all && hyprctl reload && hyprctl dispatch submap reset && pkill -SIGUSR2 waybar && systemctl --user restart swww hypridle fusuma" "SUPER, Z, exec, dunstctl close-all" - "SUPER SHIFT, S, exec, hyprshot -m region -o ~/Pictures/Screenshots" - "ALT, PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots" - ", PRINT, exec, hyprshot -m region -o ~/Pictures/Screenshots" + "SUPER SHIFT, S, exec, hyprshot -zm region -o ~/Pictures/Screenshots; killall -9 hyprpicker hyprshot" + "ALT, PRINT, exec, hyprshot -zm output -o ~/Pictures/Screenshots; killall -9 hyprpicker hyprshot" + ", PRINT, exec, hyprshot -zm region -o ~/Pictures/Screenshots; killall -9 hyprpicker hyprshot" "SUPER, R, exec, rofi -show drun -show-icons -display-drun '' -run-command \"uwsm app -- {cmd}\"" "SUPER, RETURN, exec, rofi -show window -show-icons -drun-display '' -window-format '{c} {t}'"