check scripts to avoid rerunning remapd
This commit is contained in:
parent
0e2cd987dc
commit
4537bce2c2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ setbg & # set the background with the `setbg` script
|
|||
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
|
||||
|
||||
for program in $autostart; do
|
||||
pidof -s "$program" || "$program" &
|
||||
pidof -sx "$program" || "$program" &
|
||||
done >/dev/null 2>&1
|
||||
|
||||
# Ensure that xrdb has finished running before moving on to start the WM/DE.
|
||||
|
|
Loading…
Reference in a new issue