# This shell script is run before Openbox launches.
# Environment variables set here are passed to the Openbox session.

# Start DBUS session.
if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
	dbus-launch --sh-syntax --exit-with-session &
fi

# Desktop background
#hsetroot -fill /usr/share/images/sts-background.png &
hsetroot -fill /usr/share/images/slitaz-arm-background.png &

# Desktop panel
lxpanel -p sts &
