check for scripts to avoid rerunning remapd
This commit is contained in:
parent
685406f1a4
commit
1e7fc1bc62
|
@ -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" &
|
||||
|
|
Loading…
Reference in New Issue