From d526c4e41e6eeb19fe22202f7997aa8b4afdeee7 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Wed, 24 Nov 2021 20:15:12 +0300 Subject: [PATCH] pipewire: auto-switch --- profiles/sound.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/sound.nix b/profiles/sound.nix index ab8f82c..1705b6a 100644 --- a/profiles/sound.nix +++ b/profiles/sound.nix @@ -43,6 +43,7 @@ "bluez5.auto-connect" = [ "hsp_hs" "hfp_hf" "a2dp_sink" ]; "bluez5.hw-volume" = [ "hsp_ag" "hfp_ag" "a2dp_source" "a2dp_sink" ]; + "bluez5.autoswitch-profile" = true; }; }; matches = [{ "device.name" = "~bluez_card.*"; }];