hyprland: Don't use notify-send for grimblast

Not needed since grimblast has built-in notifications.
This commit is contained in:
Donovan Glover 2024-08-15 22:26:12 -04:00
parent 5f21bf0c49
commit 27582bfa85
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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"