# use this to disable icons in winlist :
#*WinListShowIcon 0
# icon location could be anything from 0 to 9, representing icon's 
# location in relation to the label. If label is a key '5' on keypad
# then keys 1 to 9 will represent icon's position, while 0 is the default.
#*WinListIconLocation 
#*WinListIconSize   32x32
# This is another flag for convinience - it is always overriden by IconSize
# note that its On by default.
#*WinListScaleIconToTextHeight 

*WinListGeometry        +0+0
*WinListMinSize         10000    #will be truncated to thescreen size
#*WinListMaxSize         400
*WinListMaxRows         1
#*WinListMaxColumns      3
*WinListFillRowsFirst
*WinListUseSkipList

# Titlebar parameters from the look will be used, or you can override it :
#*WinListSpacing	 1
#*WinListBevel           Right,Bottom
#*WinListAlign           Left,Right,Bottom,Top

# MyStyles to be used - feel free to override :
*WinListUnfocusedStyle  "WinListUnFocusedBar"
*WinListFocusedStyle  	"WinListFocusedBar"
*WinListStickyStyle  	"WinListStickyBar"
# if none of the above is available then defaults MyStyles are used instead : 
# Defaults are :   "unfocused_window_style" "focused_window_style" "sticky_window_style" 
#               or "*WinList" 
#      last choice "default"

# 0 is normal Name, 1 - icon name, 2 - res_class, 3 - res_name
*WinListUseName 0

*WinListAction Click1 Iconify -1,Focus
*WinListAction Click2 Shade
*WinListAction Click3 Iconify

 # Balloons
*WinListBalloons
*WinListBalloonDelay 500
*WinListBalloonCloseDelay 4000
*WinListBalloonYOffset 10
*WinListBalloonXOffset 10
*WinListBalloonStyle		"*WinListBalloon"
*WinListBalloonBorderHilite	Right,Bottom



