1
0
Fork 0

check for scripts to avoid rerunning remapd

This commit is contained in:
Luca Bilke 2023-03-30 16:12:08 +02:00
parent 685406f1a4
commit 1e7fc1bc62
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# vim:set ft=sh
start() {
pidof -s $1 || $@ >/dev/null 2>&1 &
pidof -sx $1 || $@ >/dev/null 2>&1 &
}
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &