flavors view justx/rootfs/etc/xdg/openbox/autostart.sh @ rev 15

Keep 4 flavors + loram + 3in1 and add tmp addfiles for core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 02 22:26:52 2010 +0100 (2010-02-02)
parents
children 091ae7c9e9c0
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 # Handle Hal events with Ivman (notification with desktopbox).
8 #ivman &
10 # Start PCmanFM as daemon for Wallpaper and desktop icons.
11 #pcmanfm -d &
13 # Start the Freedesktop panel standard menu.
14 #lxpanel &
16 # Start Parcellite clipboard manager.
17 #parcellite &
19 # Launch Xpad desktop notes utility.
20 #xpad &
22 # Desktop effects composer.
23 #xcompmgr -c -r 10 &
25 # Set a background image using hsetroot (depends on imlib2).
26 hsetroot -fill /usr/share/images/slitaz-background.jpg &
28 # Start Tint2 desktop panel
29 tint2 &
31 # Background color with xsetroot.
32 #xsetroot -solid "#222222" &
34 # Wbar icons panel.
35 #(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &