]> Dogcows Code - chaz/openbox/blob - data/xsession/openbox-session.in
use the session called "openbox-session: for gnome session because it will still...
[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.033029 seconds and 4 git commands to generate.