]> Dogcows Code - chaz/openbox/blobdiff - data/autostart/openbox-autostart.in
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / data / autostart / openbox-autostart.in
index 3b2f5ec5aee549628183ebc295946c55a06e7b44..063c635feb39c78767d8826c56eb01a14c6c746b 100755 (executable)
@@ -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 "$@"
This page took 0.023396 seconds and 4 git commands to generate.