summaryrefslogtreecommitdiff
path: root/data/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'data/autostart')
-rwxr-xr-xdata/autostart/openbox-autostart.in4
1 files changed, 2 insertions, 2 deletions
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 "$@"