flavors view 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
line source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # DBUS message bus (automount removable devices)
5 dbus-launch --exit-with-session &
7 # Set the background image.
8 nitrogen --restore &
10 # Tint2 panel task bar.
11 tint2 &
13 # Start Wbar icons bar.
14 (sleep 3 && wbar) &
16 # Desktop effects composer.
17 #xcompmgr &
19 # Desktop clock (need xcompmgr running).
20 #cairo-clock &