summaryrefslogtreecommitdiff
path: root/data/autostart/autostart.in
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-02-24 13:27:30 -0500
committerDana Jansens <danakj@orodu.net>2010-02-24 13:32:32 -0500
commitdaa2e0ab7191d28e09b312322ee29eecaaae13fb (patch)
treeca0e708f0a0f00a919c3cd99a4946ecca1a8c2d2 /data/autostart/autostart.in
parent115039fb493dad6c2eef9118049e3b6b62424e8e (diff)
libexecdir is provided by automake, and gnome-settings-daemon is not always in /usr/libexecdir, use the dir from automake
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 &