summaryrefslogtreecommitdiffstats
path: root/core/modules/openbox/data/etc/X11/openbox/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/openbox/data/etc/X11/openbox/autostart')
-rwxr-xr-xcore/modules/openbox/data/etc/X11/openbox/autostart21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/modules/openbox/data/etc/X11/openbox/autostart b/core/modules/openbox/data/etc/X11/openbox/autostart
new file mode 100755
index 00000000..ae8618b9
--- /dev/null
+++ b/core/modules/openbox/data/etc/X11/openbox/autostart
@@ -0,0 +1,21 @@
+#
+# 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 /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then
+# /usr/lib/x86_64-linux-gnu/gnome-settings-daemon &
+#elif which gnome-settings-daemon >/dev/null 2>&1; then
+# gnome-settings-daemon &
+#fi
+
+# If you want to use XFCE config tools...
+#
+#xfce-mcs-manager &
+
+## End config exmaple
+# bwLehrpool: start an xterm
+xterm &