diff options
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/bts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.scripts/bts b/.scripts/bts index 425e980..0a1fb80 100755 --- a/.scripts/bts +++ b/.scripts/bts @@ -41,7 +41,6 @@ case $option in pactl set-card-profile $cardindex handsfree_head_unit notify-send "Switched card profile from $past_profile to $profile" -i audio-headset;; esac;; - "Reset pulseaudio") - ##check for a2dp sink not found error in status command - pulseaudio --kill && pulseaudio --cleanup-shm && pulseaudio --start;; + "Reset pipewire") + systemctl --user restart wireplumber pipewire pipewire-pulse esac |