1
0
Fork 0

fix for wireplumber

This commit is contained in:
Luca Bilke 2022-07-10 20:52:08 +02:00
parent 08bb363ddc
commit 35d81912b0
1 changed files with 2 additions and 1 deletions

View File

@ -236,7 +236,7 @@ context.exec = [
# but it is better to start it as a systemd service. # but it is better to start it as a systemd service.
# Run the session manager with -h for options. # 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 # You can optionally start the pulseaudio-server here as well
# but it is better to start it as a systemd service. # 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" } { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
] ]