summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorpony-montana <96387969+pony-montana@users.noreply.github.com>2022-07-04 04:27:18 +0200
committerGitHub <noreply@github.com>2022-07-04 02:27:18 +0000
commit688ea20708534d7f37a69f5b3adbc6cb90821d7c (patch)
tree7fcd3715f1fd878067c97c9f30ca2a9e7605574d /.config
parente1a2dfccb0f432ac5dd25f478e6b9f4f309b0ada (diff)
downloadeibhear-688ea20708534d7f37a69f5b3adbc6cb90821d7c.tar.gz
eibhear-688ea20708534d7f37a69f5b3adbc6cb90821d7c.tar.zst
eibhear-688ea20708534d7f37a69f5b3adbc6cb90821d7c.zip
fix wireplumber (#1134)
As we see in the docs here: https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html#pipewire-conf we need to start wireplumber in replace of the old media session, not "wireplumber as server". (This is my first hecking commit ever !!!!!!!!!)
Diffstat (limited to '.config')
-rw-r--r--.config/pipewire/pipewire.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf
index 2cc2cda..b8a3672 100644
--- a/.config/pipewire/pipewire.conf
+++ b/.config/pipewire/pipewire.conf
@@ -243,5 +243,5 @@ context.exec = [
# 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/wireplumber" args = "-c pipewire-pulse.conf" }
+ { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
]