slitaz-configs view sts/openbox/sts-autostart @ rev 205

Add SliTaz Tiny/Touch Screen configs files and utils
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 11 00:51:33 2014 +0200 (2014-04-11)
parents
children e31e21674208
line source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # Start DBUS session.
5 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
6 dbus-launch --sh-syntax --exit-with-session &
7 fi
9 # Desktop background
10 hsetroot -fill /usr/share/images/slitaz-arm-background.png &
12 # Desktop panel
13 lxpanel -p sts &