From 7b00d34ca1694c0b8456b69066d9e02e32ec6521 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 24 Sep 2019 11:17:38 +0200 Subject: [openbox] restore xterm spawning use the xdg path instead of the symlinked /etc/X11/openbox --- core/modules/openbox/data/etc/xdg/openbox/autostart | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 core/modules/openbox/data/etc/xdg/openbox/autostart 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 & -- cgit v1.2.3-55-g7522