slitaz-configs rev 166

Add new config file for Openbox 3.5.0
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 21 01:29:13 2012 +0200 (2012-04-21)
parents 216f9fe7a0e5
children c32f507bed4f
files rootfs/etc/xdg/openbox/autostart rootfs/etc/xdg/openbox/autostart.sh rootfs/etc/xdg/openbox/environment
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/xdg/openbox/autostart	Sat Apr 21 01:29:13 2012 +0200
     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) &
     2.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Fri Apr 20 17:15:37 2012 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,39 +0,0 @@
     2.4 -# This shell script is run before Openbox launches.
     2.5 -# Environment variables set here are passed to the Openbox session.
     2.6 -
     2.7 -# Export XDG standard directories
     2.8 -export XDG_CONFIG_HOME="$HOME/.config"
     2.9 -export XDG_CACHE_HOME="$HOME/.cache"
    2.10 -export XDG_CURRENT_DESKTOP=openbox
    2.11 -
    2.12 -# Start DBUS session.
    2.13 -if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
    2.14 -	dbus-launch --sh-syntax --exit-with-session &
    2.15 -fi
    2.16 -
    2.17 -# Start PCmanFM as daemon for Wallpaper and desktop icons.
    2.18 -#pcmanfm -d &
    2.19 -
    2.20 -# Start the Freedesktop panel standard menu.
    2.21 -#lxpanel --profile slitaz &
    2.22 -
    2.23 -# Packages update notification.
    2.24 -#tazpkg-notify &
    2.25 -
    2.26 -# Start Parcellite clipboard manager.
    2.27 -#parcellite &
    2.28 -
    2.29 -# Launch Xpad desktop notes utility.
    2.30 -#xpad &
    2.31 -
    2.32 -# Desktop effects composer.
    2.33 -#xcompmgr -c -r 10 &
    2.34 -
    2.35 -# Set a background image using hsetroot (depends on imlib2).
    2.36 -#hsetroot -fill /usr/share/images/slitaz-background.png &
    2.37 -
    2.38 -# Background color with xsetroot.
    2.39 -#xsetroot -solid "#222222" &
    2.40 -
    2.41 -# Wbar2 icon bar.
    2.42 -#$(sleep 3 && wbar) &
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/rootfs/etc/xdg/openbox/environment	Sat Apr 21 01:29:13 2012 +0200
     3.3 @@ -0,0 +1,10 @@
     3.4 +#
     3.5 +# Set system-wide environment variables here for Openbox
     3.6 +# User-specific variables should be placed in $HOME/.config/openbox/environment
     3.7 +#
     3.8 +
     3.9 +# Export XDG standard directories
    3.10 +export XDG_CONFIG_HOME="$HOME/.config"
    3.11 +export XDG_CACHE_HOME="$HOME/.cache"
    3.12 +export XDG_CURRENT_DESKTOP=openbox
    3.13 +