slitaz-arm view rootfs/etc/xdg/openbox/autostart @ rev 143

Add basic I2C support in CGI/adm interface
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 28 22:02:06 2014 +0200 (2014-04-28)
parents f17cd81ab593
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 # Set a background image using hsetroot (depends on imlib2).
10 hsetroot -fill /usr/share/images/slitaz-arm-background.png &
12 # Background color with xsetroot.
13 #xsetroot -solid "#222222" &
15 # Wbar2 icon bar.
16 #$(sleep 2; wbar &) &