wok rev 379

lxpanel: default config without windows list (a bit buggy, use JWM one)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 18:02:43 2008 +0100 (2008-03-08)
parents 61cf576edb7b
children c9546c686c60
files lxpanel/stuff/default/config
line diff
     1.1 --- a/lxpanel/stuff/default/config	Sat Mar 08 15:57:11 2008 +0100
     1.2 +++ b/lxpanel/stuff/default/config	Sat Mar 08 18:02:43 2008 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # lxpanel <profile> config file
     1.5  # see http://lxpanel.sf.net/docs.html for complete configuration guide
     1.6  Global {
     1.7 -    edge = bottom
     1.8 +    edge = top
     1.9      allign = center
    1.10      margin = 0
    1.11      widthtype = percent
    1.12 -    width = 60
    1.13 +    width = 23
    1.14      height = 26
    1.15      transparent = false
    1.16      tintcolor = #000000
    1.17 -    alpha = 121
    1.18 +    alpha = 113
    1.19      setdocktype = true
    1.20      setpartialstrut = true
    1.21      useFontColor = true
    1.22 @@ -102,23 +102,6 @@
    1.23  }
    1.24  
    1.25  Plugin {
    1.26 -    type = taskbar
    1.27 -    expand = true
    1.28 -    Config {
    1.29 -        tooltips = true
    1.30 -        IconsOnly = false
    1.31 -        AcceptSkipPager = true
    1.32 -        ShowIconified = true
    1.33 -        ShowMapped = true
    1.34 -        ShowAllDesks = false
    1.35 -        UseMouseWheel = true
    1.36 -        UseUrgencyHint = true
    1.37 -        MaxTaskWidth = 150
    1.38 -        spacing = 1
    1.39 -    }
    1.40 -}
    1.41 -
    1.42 -Plugin {
    1.43      type = tray
    1.44  }
    1.45