X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=data%2Fautostart%2Fopenbox-autostart.in;h=063c635feb39c78767d8826c56eb01a14c6c746b;hb=d09fd3183e6a52c63fcfdcf62d418cfdccb0015b;hp=3b2f5ec5aee549628183ebc295946c55a06e7b44;hpb=bcc31faf7ecd8b0ad3b66a75fc72145e93e6c35a;p=chaz%2Fopenbox diff --git a/data/autostart/openbox-autostart.in b/data/autostart/openbox-autostart.in index 3b2f5ec5..063c635f 100755 --- a/data/autostart/openbox-autostart.in +++ b/data/autostart/openbox-autostart.in @@ -11,7 +11,7 @@ elif which xsetroot >/dev/null; then fi test -z $BG || $BG -solid "#303030" -GLOBALAUTOSTART="@configdir@/autostart" +GLOBALAUTOSTART="@rcdir@/autostart" AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart" # Run the global openbox autostart script @@ -31,4 +31,4 @@ fi # Run the XDG autostart stuff. These are found in /etc/xdg/autostart and # in $HOME/.config/autostart. This requires PyXDG to be installed. # See openbox-xdg-autostart --help for more details. -@libexecdir@/openbox-xdg-autostart OPENBOX +@libexecdir@/openbox-xdg-autostart "$@"