Respect $XDG_CONFIG_HOME in openbox-session
This commit is contained in:
parent
48b6fd9ac4
commit
abf3660f84
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if test -n "$1"; then
|
|||
exit
|
||||
fi
|
||||
|
||||
AUTOSTART="$HOME/.config/openbox/autostart.sh"
|
||||
AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart.sh"
|
||||
GLOBALAUTOSTART="@configdir@/openbox/autostart.sh"
|
||||
|
||||
if test -e $AUTOSTART; then
|
||||
|
|
Loading…
Reference in a new issue