]> Dogcows Code - chaz/openbox/blobdiff - data/autostart/openbox-xdg-autostart
revamp the autostart functionality, so autostart apps launch after openbox.
[chaz/openbox] / data / autostart / openbox-xdg-autostart
similarity index 98%
rename from tools/xdg-autostart/xdg-autostart
rename to data/autostart/openbox-xdg-autostart
index 4a53382669443bd0dce7065899925e8c42f49a5b..ea76028182b7b46e1fca667bf9e0a9cfcaa165b8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# xdg-autostart runs things based on the XDG autostart specification
+# openbox-xdg-autostart runs things based on the XDG autostart specification
 # Copyright (C) 2008       Dana Jansens
 #
 # XDG autostart specification can be found here:
@@ -19,8 +19,8 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #   GNU General Public License for more details.
 
-ME="xdg-autostart"
-VERSION="1.0"
+ME="openbox-xdg-autostart"
+VERSION="1.1"
 
 import os, glob, sys
 try:
This page took 0.022529 seconds and 4 git commands to generate.