]>
Dogcows Code - chaz/openbox/blob - data/xsession/openbox-session.in
4 echo "Syntax: openbox-session"
6 echo "See the openbox-session(1) manpage for help."
10 AUTOSTART
="$HOME/.config/openbox/autostart.sh"
11 GLOBALAUTOSTART
="@configdir@/openbox/autostart.sh"
13 if test -e $AUTOSTART; then
16 if test -e $GLOBALAUTOSTART; then
21 exec @bindir@
/openbox
"$@"
This page took 0.041125 seconds and 4 git commands to generate.