From db337c90b56e2aec11506266b7d927e0510c94b3 Mon Sep 17 00:00:00 2001 From: rakete Date: Mon, 7 Mar 2022 03:43:35 +0100 Subject: [PATCH] Remove pipewire from programs list --- .config/x11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index a40d927c..1c386d81 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -8,7 +8,7 @@ setbg & # set the background with the `setbg` script #xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup remaps & # run the remaps script, switching caps/esc and more; check it for more info -autostart="mpd xcompmgr dunst unclutter pipewire" +autostart="mpd xcompmgr dunst unclutter" for program in $autostart; do pidof -s "$program" || setsid -f "$program"