From c8fbca6b4d77ea68791a0ad518d9c5b5ad4aedd6 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Fri, 22 Nov 2024 01:10:56 +0300 Subject: [PATCH] hyprland: Freeze screenshot --- home-manager/users/sweetbread/modules/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/users/sweetbread/modules/hyprland.nix b/home-manager/users/sweetbread/modules/hyprland.nix index b491bde..368b191 100644 --- a/home-manager/users/sweetbread/modules/hyprland.nix +++ b/home-manager/users/sweetbread/modules/hyprland.nix @@ -88,9 +88,9 @@ }; bind = [ - " , Print, exec, grimblast --notify copy output" - "CTRL, Print, exec, grimblast --notify copy area" - "ALT , Print, exec, grimblast --notify copy active" + " , Print, exec, grimblast --notify --freeze copy output" + "CTRL, Print, exec, grimblast --notify --freeze copy area" + "ALT , Print, exec, grimblast --notify --freeze copy active" ]; }; };