slitaz-configs view rootfs/etc/xdg/openbox/autostart.sh @ rev 66

openbox: lxpanel iface updated dynamically for every user
author Rohit Joshi <jozee@slitaz.org>
date Thu Mar 25 19:24:59 2010 +0000 (2010-03-25)
parents 028eaa5596b8
children b538dd606bb5
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 # update lxpanel config
14 sed -i "s/iface=.*/`grep \"iface=\" /etc/lxpanel/default/panels/panel`/" ~/.config/lxpanel/default/panels/panel
16 # Start the Freedesktop panel standard menu.
17 lxpanel &
19 # Start Parcellite clipboard manager.
20 #parcellite &
22 # Launch Xpad desktop notes utility.
23 #xpad &
25 # Desktop effects composer.
26 #xcompmgr -c -r 10 &
28 # Set a background image using hsetroot (depends on imlib2).
29 #hsetroot -fill /usr/share/images/slitaz-background.png &
31 # Background color with xsetroot.
32 #xsetroot -solid "#222222" &