mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
check scripts to avoid rerunning remapd
This commit is contained in:
parent
0e2cd987dc
commit
4537bce2c2
@ -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…
x
Reference in New Issue
Block a user