Skip to content

Instantly share code, notes, and snippets.

@Laffs2k5
Last active August 6, 2024 09:50
Show Gist options
  • Save Laffs2k5/e671f96de1eea0527af3bd9a7e417855 to your computer and use it in GitHub Desktop.
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.
## 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