sts diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openbox/autostart	Mon Apr 28 00:06:11 2014 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +# This shell script is run before Openbox launches.
     1.5 +# Environment variables set here are passed to the Openbox session.
     1.6 +
     1.7 +# Start DBUS session.
     1.8 +if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
     1.9 +	dbus-launch --sh-syntax --exit-with-session &
    1.10 +fi
    1.11 +
    1.12 +# Desktop background
    1.13 +hsetroot -fill /usr/share/images/sts-background.jpg &
    1.14 +
    1.15 +# Desktop panel
    1.16 +lxpanel -p sts &
    1.17 +
    1.18 +# Desktop icons
    1.19 +#(sleep 2; idesk &) &