diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 72d6b33..0e22628 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -11,7 +11,7 @@ remaps & # run the remaps script, switching caps/esc and more; check it for mor autostart="mpd xcompmgr dunst unclutter pipewire" for program in $autostart; do - pidof -s "$program" || setsid -f "$program" + pidof -s "$program" || "$program" & done >/dev/null 2>&1 # Ensure that xrdb has finished running before moving on to start the WM/DE.