sts view openbox/autostart @ rev 15

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Apr 28 22:30:35 2014 +0100 (2014-04-28)
parents 57eaff95ad15
children 6188e4a86b44
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 &
15 # Desktop icons
16 #(sleep 2; idesk &) &