mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
261 B
Bash
6 lines
261 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/
|