File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,22 @@ if [ -f "${SETUP_AGENT}" ]; then
1919 " ${SETUP_AGENT} " private-scripts
2020fi
2121
22+ # This should be before other applications just in case, since this configures audio settings for them.
23+ if command -v pactl > /dev/null 2>&1 ; then
24+ echo " Configuring PipeWire"
25+ pactl load-module module-combine-sink
26+ fi
27+
28+ if command -v syncthing > /dev/null 2>&1 ; then
29+ syncthing &
30+ fi
31+
2232ACTIVITYWATCH=" ${HOME} /Downloads/activitywatch/aw-qt"
2333if [ -f " ${ACTIVITYWATCH} " ]; then
2434 echo " Starting ActivityWatch"
2535 " ${ACTIVITYWATCH} " &
2636fi
2737
28- if command -v pactl > /dev/null 2>&1 ; then
29- echo " Configuring PipeWire"
30- pactl load-module module-combine-sink
31- fi
32-
3338if command -v flatpak > /dev/null 2>&1 ; then
3439 echo " Starting Slack"
3540 flatpak run com.slack.Slack &
You can’t perform that action at this time.
0 commit comments