Fix autostart of syncthing

Add `-no-browser` flag
This commit is contained in:
samedamci 2020-03-26 23:41:10 +01:00
parent 309d5a6b14
commit 180c2f14cc

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