summaryrefslogtreecommitdiffstats
path: root/.config/pipewire
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-11-14 19:52:19 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-11-14 19:52:19 -0500
commit499aeaed3a3d09e7fe2522ca561be95f42d09ef3 (patch)
tree7c14e73bedb6c5ed4f1566fc6524438f8cf00d93 /.config/pipewire
parent5b31e04513b3dbf88d9137bff7ec4642250921d5 (diff)
downloadeibhear-499aeaed3a3d09e7fe2522ca561be95f42d09ef3.tar.gz
eibhear-499aeaed3a3d09e7fe2522ca561be95f42d09ef3.tar.zst
eibhear-499aeaed3a3d09e7fe2522ca561be95f42d09ef3.zip
fix #1037
Diffstat (limited to '.config/pipewire')
-rw-r--r--.config/pipewire/pipewire.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf
index c06a84c..ae5c76e 100644
--- a/.config/pipewire/pipewire.conf
+++ b/.config/pipewire/pipewire.conf
@@ -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/pipewire-media-session" 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/pipewire" args = "-c pipewire-pulse.conf" }
]