fix for wireplumber
This commit is contained in:
parent
08bb363ddc
commit
35d81912b0
|
@ -236,7 +236,7 @@ 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.
|
||||
|
@ -245,3 +245,4 @@ context.exec = [
|
|||
#
|
||||
{ path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue