sts view openbox/sts-autostart @ rev 10

Use sts background image
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 27 16:40:01 2014 +0200 (2014-04-27)
parents 15b70f6a6049
children 57eaff95ad15
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/sts-background.jpg &
12 # Desktop panel
13 lxpanel -p sts &