summaryrefslogtreecommitdiff
path: root/data/autostart
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2011-07-24 19:39:47 -0400
committerDana Jansens <danakj@orodu.net>2011-08-01 11:51:38 -0400
commit65315ca4377a8b034fffbcbd0965e2b332cdb1ba (patch)
tree5e5cf8224e18b74e89b992c73461720f7d5e83fd /data/autostart
parent5b2ed63cb4d97c3a0492de272517a1c054949a8d (diff)
The environments are passed in from the openbox-session script so use them.
Diffstat (limited to 'data/autostart')
-rwxr-xr-xdata/autostart/openbox-autostart.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/autostart/openbox-autostart.in b/data/autostart/openbox-autostart.in
index 4c4b91b9..063c635f 100755
--- a/data/autostart/openbox-autostart.in
+++ b/data/autostart/openbox-autostart.in
@@ -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 "$@"