# 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

# Set a background image using hsetroot (depends on imlib2).
hsetroot -fill /usr/share/images/slitaz-arm-background.png &

# Background color with xsetroot.
#xsetroot -solid "#222222" &

# Wbar2 icon bar.
#$(sleep 3 && wbar) &
