From 62060a1609656959c3219fb0f166d180af4685f4 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Fri, 17 Jun 2022 17:41:06 +0400 Subject: [PATCH] Disable bluetooth autoswitch (since I have a proper mic now) --- profiles/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/sound.nix b/profiles/sound.nix index 1705b6a..d2400bb 100644 --- a/profiles/sound.nix +++ b/profiles/sound.nix @@ -43,7 +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; + "bluez5.autoswitch-profile" = false; }; }; matches = [{ "device.name" = "~bluez_card.*"; }];