diff options
| author | JC <JC_morph@caramail.com> | 2022-07-02 20:48:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 19:48:05 +0000 |
| commit | e1a2dfccb0f432ac5dd25f478e6b9f4f309b0ada (patch) | |
| tree | a893f816e4aa40300d250a6111c704a2a0b401b4 | |
| parent | 8cbd259bc1b31cb17e5d6bf9fba59dfb45ada224 (diff) | |
| download | eibhear-e1a2dfccb0f432ac5dd25f478e6b9f4f309b0ada.tar.gz eibhear-e1a2dfccb0f432ac5dd25f478e6b9f4f309b0ada.tar.zst eibhear-e1a2dfccb0f432ac5dd25f478e6b9f4f309b0ada.zip | |
Switch pipewire session manager to wireplumber (#1133)
| -rw-r--r-- | .config/pipewire/pipewire.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index ae5c76e..2cc2cda 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/wireplumber" 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/wireplumber" args = "-c pipewire-pulse.conf" } ] |
