]> Dogcows Code - chaz/openbox/blob - data/xsession/openbox-session.in
add SCIM support to the default autostart. make the autostart run before openbox.
[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.038763 seconds and 4 git commands to generate.