1
0
Fork 0

autostart syncthingtray

This commit is contained in:
Luca Bilke 2024-01-09 10:29:34 +01:00
parent 46c63488bb
commit e1f0631751

View file

@ -2,7 +2,7 @@
# shellcheck disable=SC2068,SC2086
start() {
pidof -sx $1 || $@ &
pidof -sx $1 || $@ >"${HOME}/.local/log/${1}.log" 2>&1 &
}
start xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg"
@ -15,3 +15,4 @@ start unclutter -noevents
start dunst
start dwmblocks
start remapd
start syncthingtray