mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
* Enable Bluetooth A2DP auto-connect in WirePlumber * Harden Bluetooth A2DP migration
7 lines
263 B
Bash
7 lines
263 B
Bash
# Turn on bluetooth by default
|
|
chrootable_systemctl_enable bluetooth.service
|
|
|
|
mkdir -p ~/.config/wireplumber/wireplumber.conf.d/
|
|
cp $OMARCHY_PATH/default/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf \
|
|
~/.config/wireplumber/wireplumber.conf.d/
|