1
0
Fork 0

pidof -sx will need troubleshooting

This commit is contained in:
Luca Bilke 2023-03-31 12:27:38 +02:00
parent f8e964abbc
commit 4cf5aa8770

View file

@ -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