From e2993047e8e4678be8fcfde20f47e5dba78aa5c5 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 4 Apr 2023 13:17:58 +0200 Subject: [PATCH] change how wireplumber is started to prevent it being started twice --- .config/X11/xsession.d/80auto-start | 1 + .config/pipewire/pipewire.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/X11/xsession.d/80auto-start b/.config/X11/xsession.d/80auto-start index 8a0ca65c1..6d54b5f37 100644 --- a/.config/X11/xsession.d/80auto-start +++ b/.config/X11/xsession.d/80auto-start @@ -13,6 +13,7 @@ start picom start unclutter -noevents start dunst start pipewire +start wireplumber start dwmblocks start remapd diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index f39d44b51..a18303ab0 100644 --- a/.config/pipewire/pipewire.conf +++ b/.config/pipewire/pipewire.conf @@ -236,13 +236,13 @@ context.exec = [ # but it is better to start it as a systemd service. # Run the session manager with -h for options. # - { path = "/usr/bin/wireplumber" 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/pipewire" args = "-c pipewire-pulse.conf" } ]