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 a41245512a
commit 5637c2d691
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
1 changed files with 2 additions and 2 deletions

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