slitaz-configs view rootfs/etc/xdg/openbox/autostart @ rev 271

Update hg.slitaz.org links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 03 23:30:17 2016 +0100 (2016-01-03)
parents
children
line source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # Start DBUS session.
5 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
6 dbus-launch --sh-syntax --exit-with-session &
7 fi
9 # Start PCmanFM as daemon for Wallpaper and desktop icons.
10 #pcmanfm -d &
12 # Start the Freedesktop panel standard menu.
13 #lxpanel --profile slitaz &
15 # Packages update notification.
16 #tazpkg-notify &
18 # Start Parcellite clipboard manager.
19 #parcellite &
21 # Launch Xpad desktop notes utility.
22 #xpad &
24 # Desktop effects composer.
25 #xcompmgr -c -r 10 &
27 # Set a background image using hsetroot (depends on imlib2).
28 #hsetroot -fill /usr/share/images/slitaz-background.png &
30 # Background color with xsetroot.
31 #xsetroot -solid "#222222" &
33 # Wbar2 icon bar.
34 #$(sleep 3 && wbar) &