Audio muted after suspend

I’m having a minor issue with audio. My wired analog headphones are always muted after resuming from sleep but not my Bluetooth earbuds. I recently switched to BSPWM from Gnome, which might’ve been when this started. Is anyone else experiencing this?

I just found out it’s due to the powermenu script that comes with the endeavourOS BSPWM config, which mutes audio before calling suspend.

2 Likes
elif [ "$selected_option" == "$sleep" ]
then
    amixer set Master mute
    systemctl suspend
else
    echo "No match"
fi

:hugs:
to be exact :wink:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.