autostart syncthingtray
This commit is contained in:
parent
46c63488bb
commit
e1f0631751
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue