Oh yeah, this is no problem. I don't mind launching pulseaudio
applications from the terminal. I'll try this out to see if pw-pulse
works without systemd. I'll come back and post if it doesn't work.
On 1/29/21 8:37 AM, Sam Kuper wrote:
On Fri, Jan 29, 2021 at 02:27:03PM +0100, Michael
Jarosch wrote:
Am 28.01.21 um 19:41 schrieb Brandon Hale:
I'm not sure what I can do to use pulseaudio
applications with
pipewire.
At least as a workaround, there is an commandline-application called
pw-pulse to force any pulseaudio-oriented application into the
pipewire universum.
…but I guess, you don't want to start every single application with a
seperate command…
To reduce the pain, in ~/.bashrc (or ~/.bash_aliases, if you use
that),
one could do:
alias my_app='pw-pulse my_app'
alias my_other_app='pw-pulse my_other_app'
Etc.