From 12ea1be9e486376ee64575bf0d42e8365c4dab90 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Thu, 15 Apr 2021 15:42:20 -0600 Subject: [PATCH] Syncthing is now a service --- .config/i3/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index b4053bd..e5dadf8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -227,7 +227,6 @@ exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 & exec --no-startup-id picom -b 2>&1 & exec --no-startup-id dunst 2>&1 & exec --no-startup-id lxqt-policykit-agent 2>&1 & -exec --no-startup-id syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 & exec --no-startup-id syncthingtray --wait 2>&1 & exec --no-startup-id kdeconnect-indicator 2>&1 & exec --no-startup-id xfce4-power-manager 2>&1 &