]> Dogcows Code - chaz/openbox/blob - data/xsession/openbox-session.in
e76d3203f8f74da81272ac61f2cebb6aa98ae201
[chaz/openbox] / data / xsession / openbox-session.in
1 #!/bin/sh
2
3 AUTOSTART="$HOME/.config/openbox/autostart"
4
5 if test -e $AUTOSTART; then
6 # sleep for 1 second so Openbox is there before anything else
7 (sleep 1 && . $AUTOSTART) &
8 fi
9
10 exec @bindir@/openbox "$@"
This page took 0.03676 seconds and 3 git commands to generate.