diff options
Diffstat (limited to '.config/x11/xprofile')
| -rwxr-xr-x | .config/x11/xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 1d63fd2..d6b88c5 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -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. |
