From 27582bfa8516fed03b37827f39a22e226c23cd85 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 15 Aug 2024 22:26:12 -0400 Subject: [PATCH] hyprland: Don't use notify-send for grimblast Not needed since grimblast has built-in notifications. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index e4841a05..235bad42 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -197,7 +197,7 @@ in "${super}_SHIFT, Q, killactive" "${super}, W, exec, ~/.config/${randomBackgroundScript}" "${super}_SHIFT, W, exec, ~/.config/${swapBackgroundScript}" - "${super}, P, exec, notify-send --icon=$(grimblast save screen) Screenshot Captured." + "${super}, P, exec, grimblast --notify save screen" ", Print, exec, grimblast --freeze copy area" "${super}_ALT, delete, exit" "${super}, V, togglefloating"