From dc7bf48ea55d35450f5b53d65ebae008665a7958 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 28 Jul 2025 16:04:40 +0200 Subject: [PATCH] feat: adds `rfkill` commands as bluetooth apparently dies even more sometimes --- modules/home/scripts/scripts/unfuck.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/scripts/scripts/unfuck.sh b/modules/home/scripts/scripts/unfuck.sh index 4e7dbb6..480bd72 100644 --- a/modules/home/scripts/scripts/unfuck.sh +++ b/modules/home/scripts/scripts/unfuck.sh @@ -62,6 +62,8 @@ unfuck_audio() { devices+=("$device") done systemctl --user restart wireplumber pipewire pipewire-pulse bluetooth + rfkill block bluetooth + rfkill unblock bluetooth bluetoothctl power off bluetoothctl power on for device in ${devices[*]}; do