slitaz-configs rev 126

tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Feb 23 19:20:56 2012 +0000 (2012-02-23)
parents f2275b796c8c
children 135cbd9b8467
files rootfs/etc/xdg/openbox/autostart.sh
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Thu Feb 23 15:45:58 2012 +0100
     1.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh	Thu Feb 23 19:20:56 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     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 -# DBUS message bus (automount removable devices)
     1.8 +# DBUS message bus (automount removable devices).
     1.9  dbus-launch --exit-with-session &
    1.10  
    1.11  # Handle Hal events with Ivman (notification with desktopbox).
    1.12 @@ -13,7 +13,7 @@
    1.13  # Start the Freedesktop panel standard menu.
    1.14  lxpanel --profile slitaz &
    1.15  
    1.16 -# Packages update notification
    1.17 +# Packages update notification.
    1.18  tazpkg-notify &
    1.19  
    1.20  # Start Parcellite clipboard manager.
    1.21 @@ -31,5 +31,5 @@
    1.22  # Background color with xsetroot.
    1.23  #xsetroot -solid "#222222" &
    1.24  
    1.25 -# Wbar2 icon bar
    1.26 +# Wbar2 icon bar.
    1.27  #$(sleep 3 && wbar) &