# 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

# Start PCmanFM as daemon for Wallpaper and desktop icons.
#pcmanfm -d &

# Start the Freedesktop panel standard menu.
#lxpanel --profile slitaz &

# Packages update notification.
#tazpkg-notify &

# Start Parcellite clipboard manager.
#parcellite &

# Launch Xpad desktop notes utility.
#xpad &

# Desktop effects composer.
#xcompmgr -c -r 10 &

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

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

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