aboutsummaryrefslogtreecommitdiff
path: root/dot_xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_xprofile')
-rw-r--r--dot_xprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_xprofile b/dot_xprofile
index fe509a4..f48275e 100644
--- a/dot_xprofile
+++ b/dot_xprofile
@@ -6,8 +6,9 @@
xset r rate 300 50 & # Speed xrate up
#unclutter & # Remove mouse when idle
#dunst & # dunst for notifications
+syncthing --no-browser &
-autostart="xcompmgr dunst unclutter"
+autostart="xcompmgr dunst" #unclutter"
for program in $autostart; do
pidof -s "$program" || setsid -f "$program"