summaryrefslogtreecommitdiffstats
path: root/.config/x11/xprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-28 15:36:55 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-28 15:36:55 -0400
commit002f0deae342e8f468014c91c08231c551db34cf (patch)
treef2c38d0358b1f900469c5a49d9c234760045f876 /.config/x11/xprofile
parent4a80ceda1a43953ab594cef51af97f2ea2b2acde (diff)
downloadeibhear-002f0deae342e8f468014c91c08231c551db34cf.tar.gz
eibhear-002f0deae342e8f468014c91c08231c551db34cf.tar.zst
eibhear-002f0deae342e8f468014c91c08231c551db34cf.zip
autostarted x programs now dependent on wm, close #1041
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x.config/x11/xprofile2
1 files changed, 1 insertions, 1 deletions
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.