From 6ffca8d98d97517ef4eec2c487a33ce17f33cc0f Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 21 Oct 2024 21:56:25 +0700 Subject: [PATCH] whatsapp-for-linux: add to notification sound blacklist --- home/modules/hyprland/swaync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland/swaync.nix b/home/modules/hyprland/swaync.nix index de36d7a..5c0e3c3 100644 --- a/home/modules/hyprland/swaync.nix +++ b/home/modules/hyprland/swaync.nix @@ -26,7 +26,7 @@ in scripts = { _98-play-notification-sound-normal = { 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).*$"; }; }; };