admin-trinkets/dotfiles/pipewire/pipewire.conf.d/10-pulse-and-wireplumber.conf

12 lines
502 B
Text
Raw Permalink Normal View History

2024-10-03 17:39:00 +00:00
context.exec = [
# They don't recommend it, but I'm starting both the wireplumber media
# session and the pulseaudio wrapper from here since I'm running a
# non-systemd setup and it works all the time, every time. :)
{ path = "/usr/bin/wireplumber" args = ""
condition = [ { exec.session-manager = null } { exec.session-manager = true } ] }
{ path = "/usr/bin/pipewire-pulse" args = ""
condition = [ { exec.pipewire-pulse = null } { exec.pipewire-pulse = true } ] }
]