flavors annotate kids/rootfs/etc/xdg/openbox/autostart @ rev 202

kids: Bunch of update and fixes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 04 01:02:55 2014 +0100 (2014-01-04)
parents kids/rootfs/etc/xdg/openbox/autostart.sh@7894ae01d959
children
rev   line source
pankso@117 1 # This shell script is run before Openbox launches.
pankso@117 2 # Environment variables set here are passed to the Openbox session.
pankso@117 3
pankso@117 4 # DBUS message bus (automount removable devices)
pankso@117 5 dbus-launch --exit-with-session &
pankso@117 6
pankso@117 7 # Set the background image.
pankso@117 8 nitrogen --restore &
pankso@117 9
pankso@117 10 # Tint2 panel task bar.
pankso@117 11 tint2 &
pankso@117 12
pankso@117 13 # Start Wbar icons bar.
pankso@117 14 (sleep 3 && wbar) &
pankso@117 15
pankso@117 16 # Desktop effects composer.
pankso@117 17 #xcompmgr &
pankso@117 18
pankso@117 19 # Desktop clock (need xcompmgr running).
pankso@117 20 #cairo-clock &