]> Dogcows Code - chaz/openbox/blobdiff - data/autostart/autostart
revamp the autostart functionality, so autostart apps launch after openbox.
[chaz/openbox] / data / autostart / autostart
diff --git a/data/autostart/autostart b/data/autostart/autostart
new file mode 100644 (file)
index 0000000..abd9266
--- /dev/null
@@ -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 /usr/libexec/gnome-settings-daemon >/dev/null; then
+#  /usr/libexec/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 &
This page took 0.020427 seconds and 4 git commands to generate.