swaync: disabled notification sounds from some apps
This commit is contained in:
parent
a0781b380d
commit
b07ffb6825
|
@ -21,7 +21,7 @@ in
|
|||
scripts = {
|
||||
play-notification-sound = {
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue