summaryrefslogtreecommitdiffstats
path: root/core/modules/openbox/data
diff options
context:
space:
mode:
authorJonathan Bauer2019-09-24 11:17:38 +0200
committerJonathan Bauer2019-09-24 11:17:38 +0200
commit7b00d34ca1694c0b8456b69066d9e02e32ec6521 (patch)
tree1d89917787fb36c05b1bfb564dc2d55bc9d86f18 /core/modules/openbox/data
parentRevert "[openbox] restore xterm spawning feature" (diff)
downloadmltk-7b00d34ca1694c0b8456b69066d9e02e32ec6521.tar.gz
mltk-7b00d34ca1694c0b8456b69066d9e02e32ec6521.tar.xz
mltk-7b00d34ca1694c0b8456b69066d9e02e32ec6521.zip
[openbox] restore xterm spawning
use the xdg path instead of the symlinked /etc/X11/openbox
Diffstat (limited to 'core/modules/openbox/data')
-rwxr-xr-xcore/modules/openbox/data/etc/xdg/openbox/autostart21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/modules/openbox/data/etc/xdg/openbox/autostart b/core/modules/openbox/data/etc/xdg/openbox/autostart
new file mode 100755
index 00000000..2eb7a5e3
--- /dev/null
+++ b/core/modules/openbox/data/etc/xdg/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 SAMPLE CONFIG
+
+# bwLehrpool: only start an xterm
+xterm &