Fix autostart of syncthing
Add `-no-browser` flag
This commit is contained in:
parent
bda4014bb4
commit
1e416aaa3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user