+++ /dev/null
-session.menuFile: ~/.fluxbox/menu
-session.keyFile: ~/.fluxbox/keys
-session.configVersion: 13
+++ /dev/null
-#!/bin/sh
-#
-# fluxbox startup-script:
-#
-# Lines starting with a '#' are ignored.
-
-# Change your keymap:
-xmodmap "/home/telecaster/.Xmodmap"
-
-# Applications you want to run with fluxbox.
-# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
-#
-# unclutter -idle 2 &
-# wmnd &
-# wmsmixer -w &
-# idesk &
-#
-# Debian-local change:
-# - fbautostart has been added with a quick hack to check to see if it
-# exists. If it does, we'll start it up by default.
-which fbautostart > /dev/null
-if [ $? -eq 0 ]; then
- fbautostart
-fi
-
-/srv/telecaster/telecaster-server/bin/streaming/telecaster.sh &
-
-# And last but not least we start fluxbox.
-# Because it is the last app you have to run it with ''exec'' before it.
-
-exec fluxbox
-# or if you want to keep a log:
-# exec fluxbox -log "$$FLUXBOX_DIR/log"
+++ /dev/null
-#!/bin/sh
-
-#xrdb "$HOME/.Xresources"
-#xsetroot -solid grey
-
-#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
-#x-window-manager &
-# Fix to make GNOME work
-
-#export XKL_XMODMAP_DISABLE=1
-#export XDG_RUNTIME_DIR=/run/user/$(id -u)
-#export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
-
-#/etc/X11/Xsession
-#startplasma-x11
-#startplasma-wayland
-startfluxbox
-
--- /dev/null
+session.menuFile: ~/.fluxbox/menu
+session.keyFile: ~/.fluxbox/keys
+session.configVersion: 13
--- /dev/null
+#!/bin/sh
+#
+# fluxbox startup-script:
+#
+# Lines starting with a '#' are ignored.
+
+# Change your keymap:
+xmodmap "/home/telecaster/.Xmodmap"
+
+# Applications you want to run with fluxbox.
+# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
+#
+# unclutter -idle 2 &
+# wmnd &
+# wmsmixer -w &
+# idesk &
+#
+# Debian-local change:
+# - fbautostart has been added with a quick hack to check to see if it
+# exists. If it does, we'll start it up by default.
+which fbautostart > /dev/null
+if [ $? -eq 0 ]; then
+ fbautostart
+fi
+
+/srv/telecaster/telecaster-server/bin/streaming/telecaster.sh &
+
+# And last but not least we start fluxbox.
+# Because it is the last app you have to run it with ''exec'' before it.
+
+exec fluxbox
+# or if you want to keep a log:
+# exec fluxbox -log "$$FLUXBOX_DIR/log"
--- /dev/null
+#!/bin/sh
+
+#xrdb "$HOME/.Xresources"
+#xsetroot -solid grey
+
+#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
+#x-window-manager &
+# Fix to make GNOME work
+
+#export XKL_XMODMAP_DISABLE=1
+#export XDG_RUNTIME_DIR=/run/user/$(id -u)
+#export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
+
+#/etc/X11/Xsession
+#startplasma-x11
+#startplasma-wayland
+startfluxbox
+