From 180c2f14cc4676526be5862cfd00acebb1ce3d8c Mon Sep 17 00:00:00 2001 From: samedamci Date: Thu, 26 Mar 2020 23:41:10 +0100 Subject: [PATCH] Fix autostart of syncthing Add `-no-browser` flag --- botfiles/.scripts/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botfiles/.scripts/autostart b/botfiles/.scripts/autostart index 6995fe0..406fbca 100755 --- a/botfiles/.scripts/autostart +++ b/botfiles/.scripts/autostart @@ -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