Switch pipewire session manager to wireplumber (#1133)
This commit is contained in:
parent
8cbd259bc1
commit
e1a2dfccb0
1 changed files with 2 additions and 2 deletions
|
@ -236,12 +236,12 @@ context.exec = [
|
|||
# but it is better to start it as a systemd service.
|
||||
# Run the session manager with -h for options.
|
||||
#
|
||||
{ path = "/usr/bin/pipewire-media-session" args = "" }
|
||||
{ path = "/usr/bin/wireplumber" args = "" }
|
||||
#
|
||||
# You can optionally start the pulseaudio-server here as well
|
||||
# but it is better to start it as a systemd service.
|
||||
# It can be interesting to start another daemon here that listens
|
||||
# on another address with the -a option (eg. -a tcp:4713).
|
||||
#
|
||||
{ path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
|
||||
{ path = "/usr/bin/wireplumber" args = "-c pipewire-pulse.conf" }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue