pidof -sx will need troubleshooting
This commit is contained in:
parent
a41245512a
commit
5637c2d691
|
@ -1,11 +1,11 @@
|
||||||
# vim:set ft=sh
|
# vim:set ft=sh
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
pidof -sx $1 || $@ >/dev/null 2>&1 &
|
pidof -s $1 || $@ >/dev/null 2>&1 &
|
||||||
}
|
}
|
||||||
|
|
||||||
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
|
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
|
||||||
remaps &
|
killall remaps; remaps &
|
||||||
checkup &
|
checkup &
|
||||||
|
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
|
|
Loading…
Reference in New Issue