swaync: disabled notification sounds from some apps
This commit is contained in:
parent
a0781b380d
commit
b07ffb6825
|
@ -21,7 +21,7 @@ in
|
||||||
scripts = {
|
scripts = {
|
||||||
play-notification-sound = {
|
play-notification-sound = {
|
||||||
exec = ''${pkgs.sox}/bin/play --volume 0.5 ${./gran_turismo_menu_sound_effect.mp3}'';
|
exec = ''${pkgs.sox}/bin/play --volume 0.5 ${./gran_turismo_menu_sound_effect.mp3}'';
|
||||||
app-name = ".*";
|
app-name = "^(?!discord|TelegramDesktop|Slack|Signal|Element).*$";
|
||||||
urgency = "Normal";
|
urgency = "Normal";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue