diff options
| author | Piotr Lewandowski <piotr.lewandowski@gmail.com> | 2009-09-20 15:40:38 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-09-20 15:40:38 +0200 |
| commit | abf3660f84ad9d8bab48c4b5ee29a42386c262b9 (patch) | |
| tree | 1f7facd30628483ab4d830ddc564e7a7823f795a /data | |
| parent | 48b6fd9ac4cb82c0c176a4554ce3272c01025aae (diff) | |
Respect $XDG_CONFIG_HOME in openbox-session
Diffstat (limited to 'data')
| -rw-r--r-- | data/xsession/openbox-session.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xsession/openbox-session.in b/data/xsession/openbox-session.in index cc2169f4..259dc580 100644 --- a/data/xsession/openbox-session.in +++ b/data/xsession/openbox-session.in @@ -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 |
