autostarted x programs now dependent on wm, close #1041
This commit is contained in:
parent
4a80ceda1a
commit
002f0deae3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ remaps & # run the remaps script, switching caps/esc and more; check it for mor
|
||||||
autostart="mpd xcompmgr dunst unclutter pipewire"
|
autostart="mpd xcompmgr dunst unclutter pipewire"
|
||||||
|
|
||||||
for program in $autostart; do
|
for program in $autostart; do
|
||||||
pidof -s "$program" || setsid -f "$program"
|
pidof -s "$program" || "$program" &
|
||||||
done >/dev/null 2>&1
|
done >/dev/null 2>&1
|
||||||
|
|
||||||
# Ensure that xrdb has finished running before moving on to start the WM/DE.
|
# Ensure that xrdb has finished running before moving on to start the WM/DE.
|
||||||
|
|
Loading…
Reference in a new issue