feat: adds rfkill commands as bluetooth apparently dies even more sometimes

This commit is contained in:
Ahwx 2025-07-28 16:04:40 +02:00
parent d9b9208aa8
commit dc7bf48ea5

View file

@ -62,6 +62,8 @@ unfuck_audio() {
devices+=("$device") devices+=("$device")
done done
systemctl --user restart wireplumber pipewire pipewire-pulse bluetooth systemctl --user restart wireplumber pipewire pipewire-pulse bluetooth
rfkill block bluetooth
rfkill unblock bluetooth
bluetoothctl power off bluetoothctl power off
bluetoothctl power on bluetoothctl power on
for device in ${devices[*]}; do for device in ${devices[*]}; do