Fix autostart of syncthing

Add `-no-browser` flag
This commit is contained in:
Wiktor Zykubek 2020-03-26 23:41:10 +01:00
parent bda4014bb4
commit 1e416aaa3f

View File

@ -41,7 +41,7 @@ xsetroot -cursor_name left_ptr & # change the cursor shape from "x" to normal
[[ -z $(pgrep clipmenud) ]] && clipmenud &
[[ -z $(pgrep mpd) ]] && mpd &
[[ -z $(pgrep dunst) ]] && dunst &
[[ -z $(pgrep syncthing) ]] && syncthing &
[[ -z $(pgrep syncthing) ]] && syncthing -no-browser &
telegram-desktop &
# Welcome notify