From 75bb7846f97cc47d26fbfb4106aee16399f15590 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 11 Aug 2025 18:37:26 +0300 Subject: [PATCH] pkgs: replace grimblast with hyprshot --- user/sweetbread/modules/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/sweetbread/modules/hyprland.nix b/user/sweetbread/modules/hyprland.nix index 37cc74a..05fd4e1 100644 --- a/user/sweetbread/modules/hyprland.nix +++ b/user/sweetbread/modules/hyprland.nix @@ -85,9 +85,9 @@ }; bind = [ - " , Print, exec, grimblast --notify --freeze copy output" - "CTRL, Print, exec, grimblast --notify --freeze copy area" - "ALT , Print, exec, grimblast --notify --freeze copy active" + " , Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m active -m output" + "CTRL, Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m region" + "ALT , Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m active -m window" '', XF86Calculator, exec, ghostty --title=pulsemixer -e pulsemixer'' ];