This commit is contained in:
Luke Smith 2021-11-14 19:52:19 -05:00
parent 5b31e04513
commit 499aeaed3a
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -236,12 +236,12 @@ 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/pipewire-media-session" 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.
# It can be interesting to start another daemon here that listens # It can be interesting to start another daemon here that listens
# on another address with the -a option (eg. -a tcp:4713). # on another address with the -a option (eg. -a tcp:4713).
# #
#{ path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" } { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
] ]