swaync: disabled notification sounds from some apps

This commit is contained in:
Tigor Hutasuhut 2024-10-20 09:01:54 +07:00
parent a0781b380d
commit b07ffb6825

View file

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