]> Dogcows Code - chaz/openbox/blob - data/xsession/openbox-session.in
b3f1c0574b8742883b0ce6d1b28714df69538390
[chaz/openbox] / data / xsession / openbox-session.in
1 #!/bin/sh
2
3 AUTOSTART="$HOME/.config/openbox/autostart.sh"
4 GLOBALAUTOSTART="@configdir@/openbox/autostart.sh"
5
6 if test -e $AUTOSTART; then
7 . $AUTOSTART
8 else
9 if test -e $GLOBALAUTOSTART; then
10 . $GLOBALAUTOSTART
11 fi
12 fi
13
14 exec @bindir@/openbox "$@"
This page took 0.037441 seconds and 3 git commands to generate.