flavors diff justx/rootfs/etc/xdg/openbox/autostart.sh @ rev 35

core+justx: clean-up and modify pkgs list
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 25 23:17:57 2010 +0100 (2010-03-25)
parents af8b2e7f1d27
children
line diff
     1.1 --- a/justx/rootfs/etc/xdg/openbox/autostart.sh	Tue Feb 02 22:26:52 2010 +0100
     1.2 +++ b/justx/rootfs/etc/xdg/openbox/autostart.sh	Thu Mar 25 23:17:57 2010 +0100
     1.3 @@ -23,13 +23,16 @@
     1.4  #xcompmgr -c -r 10 &
     1.5  
     1.6  # Set a background image using hsetroot (depends on imlib2).
     1.7 -hsetroot -fill /usr/share/images/slitaz-background.jpg &
     1.8 +#hsetroot -fill /usr/share/images/slitaz-background.jpg &
     1.9  
    1.10  # Start Tint2 desktop panel
    1.11 -tint2 &
    1.12 +#tint2 &
    1.13  
    1.14  # Background color with xsetroot.
    1.15 -#xsetroot -solid "#222222" &
    1.16 +xsetroot -solid "#222222" &
    1.17 +
    1.18 +# Start a Xterm
    1.19 +xterm &
    1.20  
    1.21  # Wbar icons panel.
    1.22  #(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &