From 1bb6057a3207cbc68da162d8251c8e8a39e7a90c Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 4 Nov 2024 10:33:52 +0700 Subject: [PATCH] swaync: added debug messages for G_MESSAGES_DEBUG --- home/modules/hyprland/swaync.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland/swaync.nix b/home/modules/hyprland/swaync.nix index 11aa386..9f69624 100644 --- a/home/modules/hyprland/swaync.nix +++ b/home/modules/hyprland/swaync.nix @@ -62,12 +62,14 @@ in }; _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|whatsapp-for-linux).*$"; + app-name = "^(?!discord|TelegramDesktop|Slack|slack|Signal|Element|whatsapp-for-linux|vesktop).*$"; }; }; }; }; + systemd.user.services.swaync.Service.Environment = [ "G_MESSAGES_DEBUG=all" ]; + wayland.windowManager.hyprland.settings.layerrule = [ "blur, swaync-notification-window" "blur, swaync-control-center"