From 3bba2187671cfb9c6e508437329021d7963c3826 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 12 Sep 2024 19:55:52 +0200 Subject: [PATCH] idle-inhibit: add headphones to 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 3868eea6..4d964ab3 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -94,6 +94,7 @@ in sink_whitelist = [ { name = "Starship/Matisse HD Audio Controller Analog Stereo"; } { name = "Built-in Audio Analog Stereo"; } + { name = "MAJOR III BLUETOOTH"; } ]; node_blacklist = [ { name = "spotify"; }