]> Dogcows Code - chaz/openbox/blobdiff - data/autostart.sh
make an xdg-autostart script. it is very fancy.
[chaz/openbox] / data / autostart.sh
index 4c6352029b3fd46eee0911ebb2a9f14abb9dfb72..ab5428417cd1394a5729d6f7a00876935b592360 100644 (file)
@@ -30,3 +30,10 @@ fi
 if which start_kdeinit >/dev/null; then
   LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
 fi
+
+# Run XDG autostart things.  By default don't run anything desktop-specific
+# See xdg-autostart --help more info
+DESKTOP_ENV=""
+if which xdg-autostart; then
+  xdg-autostart $DESKTOP_ENV
+fi
This page took 0.019691 seconds and 4 git commands to generate.