sts view openbox/autostart @ rev 13

Put all config we can in $HOME/.config/sts, have an icon to show/hide a virtual keyboard
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 28 00:06:11 2014 +0200 (2014-04-28)
parents openbox/sts-autostart@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 &) &