whatsapp-for-linux: add to notification sound blacklist
This commit is contained in:
parent
2656495736
commit
6ffca8d98d
|
@ -26,7 +26,7 @@ in
|
||||||
scripts = {
|
scripts = {
|
||||||
_98-play-notification-sound-normal = {
|
_98-play-notification-sound-normal = {
|
||||||
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 = "^(?!discord|TelegramDesktop|Slack|slack|Signal|Element).*$";
|
app-name = "^(?!discord|TelegramDesktop|Slack|slack|Signal|Element|whatsapp-for-linux).*$";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue