slitaz-configs diff rootfs/etc/xdg/openbox/autostart @ rev 233

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Jul 15 20:12:43 2014 +0100 (2014-07-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/xdg/openbox/autostart	Tue Jul 15 20:12:43 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +# This shell script is run before Openbox launches.
     1.5 +# Environment variables set here are passed to the Openbox session.
     1.6 +
     1.7 +# Start DBUS session.
     1.8 +if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
     1.9 +	dbus-launch --sh-syntax --exit-with-session &
    1.10 +fi
    1.11 +
    1.12 +# Start PCmanFM as daemon for Wallpaper and desktop icons.
    1.13 +#pcmanfm -d &
    1.14 +
    1.15 +# Start the Freedesktop panel standard menu.
    1.16 +#lxpanel --profile slitaz &
    1.17 +
    1.18 +# Packages update notification.
    1.19 +#tazpkg-notify &
    1.20 +
    1.21 +# Start Parcellite clipboard manager.
    1.22 +#parcellite &
    1.23 +
    1.24 +# Launch Xpad desktop notes utility.
    1.25 +#xpad &
    1.26 +
    1.27 +# Desktop effects composer.
    1.28 +#xcompmgr -c -r 10 &
    1.29 +
    1.30 +# Set a background image using hsetroot (depends on imlib2).
    1.31 +#hsetroot -fill /usr/share/images/slitaz-background.png &
    1.32 +
    1.33 +# Background color with xsetroot.
    1.34 +#xsetroot -solid "#222222" &
    1.35 +
    1.36 +# Wbar2 icon bar.
    1.37 +#$(sleep 3 && wbar) &