Last active
August 6, 2024 09:50
-
-
Save Laffs2k5/e671f96de1eea0527af3bd9a7e417855 to your computer and use it in GitHub Desktop.
Config for WirePlumber >=5 for disabling automatic switching to a bluetooth headset profile with microphone.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## NOTE: this is for WirePlumber >=0.5 | |
## | |
## BT profile auto switch is default on, see 'bluetooth.autoswitch-to-headset-profile' in /usr/share/wireplumber/wireplumber.conf | |
## | |
## We don't want bluetooth profile auto switch because we have a separate mic | |
## | |
## Save this file as ~/.config/wireplumber/wireplumber.conf.d/11-bluetooth-policy.conf | |
## | |
## Apply changes with: | |
## systemctl --user restart wireplumber.service | |
## Read log with: | |
## ournalctl --user -e -u wireplumber | |
## | |
wireplumber.settings = { | |
bluetooth.autoswitch-to-headset-profile = false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment