aboutsummaryrefslogtreecommitdiff
path: root/desktop/fbautostart/README.Slackware
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/fbautostart/README.Slackware')
-rw-r--r--desktop/fbautostart/README.Slackware12
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/fbautostart/README.Slackware b/desktop/fbautostart/README.Slackware
new file mode 100644
index 0000000000..e151e231c0
--- /dev/null
+++ b/desktop/fbautostart/README.Slackware
@@ -0,0 +1,12 @@
+Add the code below into your fluxbox's startup
+script (i.e. ~/.fluxbox/startup), after "Start
+DBUS session bus:" code section, or just above
+the line "exec fluxbox" :
+
+8<-------------------------------------------
+# Start XDG compliant startup tool
+#
+if [ -x /usr/bin/fbautostart ] ; then
+ /usr/bin/fbautostart &
+fi
+8<-------------------------------------------