Skip to content

Instantly share code, notes, and snippets.

@publicarray
Created March 3, 2026 11:50
Show Gist options
  • Select an option

  • Save publicarray/42fa0918b8d4d1ab6c467930228cb9b7 to your computer and use it in GitHub Desktop.

Select an option

Save publicarray/42fa0918b8d4d1ab6c467930228cb9b7 to your computer and use it in GitHub Desktop.
Fosi Audio HT4S on Arch
# ~/.config/wireplumber/wireplumber.conf.d/51-bluez-fix.conf
monitor.bluez.rules = [
{
matches = [
{
"api.bluez5.address": "A4:4E:FD:75:1A:0D"
}
]
actions = {
update-props = {
"device.form-factor": "speaker",
"bluez5.auto-connect": [ "a2dp_sink" ],
"bluez5.profile": "a2dp-sink"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment