fbautostart
fi
+$FLUXBOX_DIR=/home/telecaster/.fluxbox
+
# telecaster
konsole &
sleep 3
-/home/telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh &
+$FLUXBOX_DIR/scripts/tc_audio_mp3_icecast-gst1.sh &
sleep 3
-/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh &
+$FLUXBOX_DIR/scripts/tc_video_simple_webm_stream-gst1.sh &
sleep 3
# jack_connect system:capture_3 gst-launch-1.0-01:in_jackaudiosrc0_2
# Additional local bash scripts
-LOCAL_STARTUP=/home/telecaster/.fluxbox/startup.local
-if [ -f $LOCAL_STARTUP ]; then
- sh $LOCAL_STARTUP
+if [ -f $FLUXBOX_DIR/startup.local ]; then
+ sh $FLUXBOX_DIR/startup.local
fi
#Audio monitor
exec fluxbox
# or if you want to keep a log:
-# exec fluxbox -log "/home/telecaster/.fluxbox/log"
+# exec fluxbox -log "$$FLUXBOX_DIR/log"