slitaz-configs rev 97 4.3.1

Add tazdrop to Ob autostart.sh and config in rc.xml
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 17 23:05:06 2011 +0200 (2011-04-17)
parents 4eca84644bca
children ebd9ad2f6b8b
files rootfs/etc/lxpanel/slitaz/panels/bottom rootfs/etc/lxpanel/slitaz/panels/panel rootfs/etc/xdg/openbox/autostart.sh rootfs/etc/xdg/openbox/rc.xml
line diff
     1.1 --- a/rootfs/etc/lxpanel/slitaz/panels/bottom	Thu Apr 14 05:55:23 2011 +0000
     1.2 +++ b/rootfs/etc/lxpanel/slitaz/panels/bottom	Sun Apr 17 23:05:06 2011 +0200
     1.3 @@ -3,11 +3,11 @@
     1.4  
     1.5  Global {
     1.6      edge=bottom
     1.7 -    allign=center
     1.8 -    margin=0
     1.9 +    allign=left
    1.10 +    margin=120
    1.11      widthtype=percent
    1.12      width=100
    1.13 -    height=24
    1.14 +    height=25
    1.15      transparent=1
    1.16      tintcolor=#ffffff
    1.17      alpha=20
    1.18 @@ -22,6 +22,13 @@
    1.19  }
    1.20  
    1.21  Plugin {
    1.22 +    type = space
    1.23 +    Config {
    1.24 +        Size=4
    1.25 +    }
    1.26 +}
    1.27 +
    1.28 +Plugin {
    1.29      type = pager
    1.30  }
    1.31  
     2.1 --- a/rootfs/etc/lxpanel/slitaz/panels/panel	Thu Apr 14 05:55:23 2011 +0000
     2.2 +++ b/rootfs/etc/lxpanel/slitaz/panels/panel	Sun Apr 17 23:05:06 2011 +0200
     2.3 @@ -34,15 +34,6 @@
     2.4      Config {
     2.5          name=SliTazMenu.directory
     2.6          image=/usr/share/pixmaps/slitaz-menu.png
     2.7 -        name=SliTazMenu.directory
     2.8 -        name=SliTazMenu.directory
     2.9 -        name=SliTazMenu.directory
    2.10 -        name=SliTazMenu.directory
    2.11 -        name=SliTazMenu.directory
    2.12 -        name=SliTazMenu.directory
    2.13 -        name=SliTazMenu.directory
    2.14 -        name=SliTazMenu.directory
    2.15 -        name=SliTazMenu.directory
    2.16          system {
    2.17          }
    2.18          separator {
    2.19 @@ -71,7 +62,7 @@
    2.20      type = launchbar
    2.21      Config {
    2.22          Button {
    2.23 -            id=/usr/share/applications/pcmanfm.desktop
    2.24 +            id=/usr/share/applications/xterm.desktop
    2.25          }
    2.26          Button {
    2.27              id=/usr/share/applications/leafpad.desktop
     3.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Thu Apr 14 05:55:23 2011 +0000
     3.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh	Sun Apr 17 23:05:06 2011 +0200
     3.3 @@ -16,6 +16,9 @@
     3.4  # Packages update notification
     3.5  tazpkg-notify &
     3.6  
     3.7 +# TazDrop Drag N' Drop handler
     3.8 +tazdrop --dnd &
     3.9 +
    3.10  # Start Parcellite clipboard manager.
    3.11  #parcellite &
    3.12  
     4.1 --- a/rootfs/etc/xdg/openbox/rc.xml	Thu Apr 14 05:55:23 2011 +0000
     4.2 +++ b/rootfs/etc/xdg/openbox/rc.xml	Sun Apr 17 23:05:06 2011 +0200
     4.3 @@ -624,6 +624,10 @@
     4.4      <!-- show the manage desktops section in the client-list-(combined-)menu -->
     4.5    </menu>
     4.6    <applications>
     4.7 +    <application name="tazdrop">
     4.8 +      <focus>no</focus>
     4.9 +      <skip_taskbar>yes</skip_taskbar>
    4.10 +    </application>
    4.11      <!--
    4.12    # this is an example with comments through out. use these to make your
    4.13    # own rules, but without the comments of course.