Enable Bluetooth A2DP auto-connect in WirePlumber (#5336)

* Enable Bluetooth A2DP auto-connect in WirePlumber

* Harden Bluetooth A2DP migration
This commit is contained in:
Diego Rios
2026-05-07 16:48:26 +02:00
committed by GitHub
parent 4831c883e5
commit 9c3520caf9
4 changed files with 42 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
set -e
echo "Enable Bluetooth A2DP auto-connect in WirePlumber"
destination=~/.config/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf
mkdir -p ~/.config/wireplumber/wireplumber.conf.d/
if [[ ! -f "$destination" ]]; then
cp "$OMARCHY_PATH/default/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf" \
"$destination"
fi
omarchy-restart-pipewire