pipewire disabled after sleep or logout
Hi there. I've replaced pulseaudio with pipewire as described in wiki on my suite-66 Plasma version of Artix and added a login script with the following lines:
#!/bin/sh
/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/pipewire-media-session
It seems to work, but if I log out and back in (manually or due to sleep mode) the audio stops working and I have to run the script again. Is there a way to avoid that?