File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,24 @@ if command -v pactl >/dev/null 2>&1; then
2525 pactl load-module module-combine-sink
2626fi
2727
28- if command -v syncthing > /dev/null 2>&1 ; then
28+ if command -v displaycal-apply-profiles > /dev/null 2>&1 ; then
29+ displaycal-apply-profiles &
30+ fi
31+
32+ # Syncthing and cloud services should be started as early as possible to ensure
33+ # that the user does not modify files before they are synced.
34+ if command -v syncthing > /dev/null 2>&1 ; then
2935 syncthing &
3036fi
3137
38+ if command -v dropbox > /dev/null 2>&1 ; then
39+ dropbox start -i &
40+ fi
41+
42+ if command -v rescuetime > /dev/null 2>&1 ; then
43+ rescuetime &
44+ fi
45+
3246ACTIVITYWATCH=" ${HOME} /Downloads/activitywatch/aw-qt"
3347if [ -f " ${ACTIVITYWATCH} " ]; then
3448 echo " Starting ActivityWatch"
You can’t perform that action at this time.
0 commit comments