From a40943d8e8977cf90001de63a6bc3075571836c3 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Thu, 18 Nov 2021 19:20:03 -0700 Subject: [PATCH] Syncthing doesn't belong here --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 1e085ea..d70ad95 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -244,7 +244,7 @@ exec_always killall kanshi && kanshi & #exec --no-startup-id picom -b 2>&1 & exec --no-startup-id dunst -mon $mon 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 syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 & exec --no-startup-id kdeconnect-indicator 2>&1 & #exec --no-startup-id xfce4-power-manager 2>&1 & #exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &