sts view openbox/sts-autostart @ rev 5

Add Openbox config files
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 22:09:47 2014 +0200 (2014-04-26)
parents
children 56ed1d0589e5
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.png &
11 hsetroot -fill /usr/share/images/slitaz-arm-background.png &
13 # Desktop panel
14 lxpanel -p sts &