Re: Making pipewire run at startup
Reply #2 –
The script you need is pretty simple:
pipewire &
pipewire-pulse &
pipewire-media-session &
I've just added these lines to my openbox starting script, but you can make a separate script and start it via xdg-init, xinitrc or whatever.
Moreover, some Artix init systems provide you with an option of making user services, namely s6 and runit, you can use this feature to start pipewire.