flavors view justx/rootfs/etc/xdg/openbox/autostart @ rev 188

use new Openbox autostart script for justx
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 18:35:36 2014 +0100 (2014-01-02)
parents justx/rootfs/etc/xdg/openbox/autostart.sh@091ae7c9e9c0
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 # 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 # Start a Xterm
35 xterm &
37 # Wbar icons panel.
38 #(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &