summaryrefslogtreecommitdiffstats
path: root/core/modules/openbox
diff options
context:
space:
mode:
authorJonathan Bauer2019-09-24 11:16:07 +0200
committerJonathan Bauer2019-09-24 11:16:07 +0200
commit264e8195ae1ea354fd991b004aef7b95e7488a11 (patch)
tree6827acc0aa1cd9fb77f1409b30ea80b00e0fed40 /core/modules/openbox
parent[openbox] restore xterm spawning feature (diff)
downloadmltk-264e8195ae1ea354fd991b004aef7b95e7488a11.tar.gz
mltk-264e8195ae1ea354fd991b004aef7b95e7488a11.tar.xz
mltk-264e8195ae1ea354fd991b004aef7b95e7488a11.zip
Revert "[openbox] restore xterm spawning feature"
This reverts commit 6a3440c3f46cc9fb7eecbfa0ec0453dccfb220c5.
Diffstat (limited to 'core/modules/openbox')
-rwxr-xr-xcore/modules/openbox/data/etc/X11/openbox/autostart21
1 files changed, 0 insertions, 21 deletions
diff --git a/core/modules/openbox/data/etc/X11/openbox/autostart b/core/modules/openbox/data/etc/X11/openbox/autostart
deleted file mode 100755
index ae8618b9..00000000
--- a/core/modules/openbox/data/etc/X11/openbox/autostart
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# 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 &