diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-03-23 22:06:10 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-03-23 22:06:10 -0400 |
| commit | 4537bce2c2429ebfe38f91a2f39609841e08c004 (patch) | |
| tree | 633451ec13c5a49461341172eaad35102edd242f /.config | |
| parent | 0e2cd987dc2659c5c08a834a7cb4c2478b49cf31 (diff) | |
| download | eibhear-4537bce2c2429ebfe38f91a2f39609841e08c004.tar.gz eibhear-4537bce2c2429ebfe38f91a2f39609841e08c004.tar.zst eibhear-4537bce2c2429ebfe38f91a2f39609841e08c004.zip | |
check scripts to avoid rerunning remapd
Diffstat (limited to '.config')
| -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. |
