From f8c6042819b5173ddd1016cce17fb1a2daeb6c96 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 13 Apr 2024 02:17:01 +0200 Subject: [PATCH] sway: add sink to pipewire idle-inhibit allow list --- modules/graphical/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index e6c8c573..105f4e11 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -92,6 +92,7 @@ in { idle_inhibitor = "wayland"; sink_whitelist = [ { name = "Starship/Matisse HD Audio Controller Analog Stereo"; } + { name = "Built-in Audio Analog Stereo"; } ]; node_blacklist = [ { name = "spotify"; }