mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
hyprland: Don't use notify-send for grimblast
Not needed since grimblast has built-in notifications.
This commit is contained in:
parent
5f21bf0c49
commit
27582bfa85
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user