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