summaryrefslogtreecommitdiff
path: root/data/autostart/autostart.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/autostart/autostart.in')
-rw-r--r--data/autostart/autostart.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/autostart/autostart.in b/data/autostart/autostart.in
new file mode 100644
index 00000000..1c261a0f
--- /dev/null
+++ b/data/autostart/autostart.in
@@ -0,0 +1,17 @@
+#
+# These things are run when an Openbox X Session is started.
+# You may place a similar script in $HOME/.config/openbox/autostart
+# to run user-specific things.
+#
+
+# If you want to use GNOME config tools...
+#
+#if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
+# @libexecdir@/gnome-settings-daemon &
+#elif which gnome-settings-daemon >/dev/null; then
+# gnome-settings-daemon &
+#fi
+
+# If you want to use XFCE config tools...
+#
+#xfce-mcs-manager &