Created
March 3, 2026 11:50
-
-
Save publicarray/42fa0918b8d4d1ab6c467930228cb9b7 to your computer and use it in GitHub Desktop.
Fosi Audio HT4S on Arch
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
| # ~/.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