sts view openbox/autostart @ rev 17

Add tint2 config
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 16:54:00 2014 +0200 (2014-05-15)
parents 185d34744e11
children
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 with LXpanel
13 lxpanel -p sts &
15 # Desktop panel with Tint2
16 #tint2 -c ${STS_CONFIG_HOME}/tint2rc
18 # Desktop icons with Idesk
19 #(sleep 2; idesk &) &