From c03e718db459f2149f83949edd64ab1366b948da Mon Sep 17 00:00:00 2001 From: rakete Date: Mon, 7 Mar 2022 03:43:58 +0100 Subject: [PATCH] Remove exec lines to pipewire-media-session and pipewire-pulse --- .config/pipewire/pipewire.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index ae5c76e9..8a46b210 100644 --- a/.config/pipewire/pipewire.conf +++ b/.config/pipewire/pipewire.conf @@ -236,12 +236,8 @@ 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 = "" } - # # 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" } ]