1# Config file example for wmdrawer
2[general]
3# Dock's icon [optional]
4dock_icon	beastie.png
5
6# Drawer's opening direction [required]
7# Top to bottom = 0
8# Right to Left = 1
9# Bottom to Top = 2
10# Left to Right = 3
11direction	2
12
13# Image used for icons' background [optional]
14#icons_bg	defaultTile.xpm
15
16# Allow icons' enlargement to fit them to buttons' size [optional, default 1]
17# 0 indicate that icons should never be larger than their original size.
18#icons_expand	1
19
20# Activate the drawer's pseudo-transparency [optional, default 0]
21# if you choose transparency, icons_bg will be ignored
22#transparency	0
23
24# dock's width: min=12, max=128 [optional, default=64]
25#dock_width	64
26
27# dock's height: min=12, max=128 [optional, default=64]
28#dock_height	64
29
30# buttons' size: min=12, max=128 [optional]
31# Useful for the people who want for example to have big icons
32# and to define several columns.
33#btns_size	32
34
35# Icon's highlight type: 0, 1 or 2 [optional, default 2]
36# 0 : no highlight
37# 1 : target (unavailable if transparency is activated)
38# 2 : shading
39#highlight	2
40
41# Image used as highlight [optional]
42# only used if you choice target type
43#highlight_img	highlight.xpm
44
45# Tint icons by a specified color [optional, default #ffffff]
46# only used if you choice shading type
47#highlight_tint	#ffffff
48
49# Shade icons at a specified level [optional, default 60]
50# only used if you choice shading type
51#highlight_sh	60
52
53# Display buttons' tooltips [optional, default 1]
54#tooltips	1
55
56# Tooltips' font [optional, default fixed]
57#tooltips_font	fixed
58
59# Drawer's animation speed: 0, 1, 2, 3, 4 [optional, default 1]
60#animation_speed	1
61
62# Mouse cursor in drawer: 0, 1, ..., 76 [optional, default 30]
63#cursor		30
64
65# Auto opening of the drawer: 0, 1 [optional, default 0]
66#show_on_hover	0
67
68# Auto closing of the drawer: 0, 1 [optional, default 0]
69#hide_on_out	0
70
71# drawer's hiding timeout in miliseconds [optional, default 1000]
72#hide_timeout	1000
73
74# Runs the dockapp in windowed mode: 0, 1 [optional, default 0]
75# Useful for AfterStep, Fvwm, Sawfish or KDE users.
76#windowed_mode   0
77
78# Instance name so window manager can distinguish between multiple copies
79#instance_name	distinguish_name
80
81# Drawer's border size in pixels [optional, default 1]
82#border_size	1
83
84# Images directories
85[images_paths]
86/usr/share/pixmaps
87/usr/local/share/pixmaps/
88/usr/local/share/wmdrawer
89
90# A first column with 5 buttons
91# Each button must be defined with this syntax:
92# (tooltip)  (image)  (command)
93[column]
94(X Terminal)	(gnome-term.png)	(xterm -bg black -fg wheat)
95(Galeon)	(galeon.xpm)		(galeon -s)
96(Sylpheed)	(sylpheed.png)		(sylpheed)
97(XChat)		(xchat.png)		(xchat)
98(MPlayer)	(gnome-multimedia.png)	(mplayer)
99
100# A second column with 5 buttons
101[column]
102(Xmms)		(gnome-audio2.png)	(xmms)
103(Gimp)		(gnome-gimp.png)	(gimp)
104(GQview)	(gqview.png)		(gqview)
105(Xcalc)		(gnome-calc3.png)	(xcalc)
106(GFtp)		(gftp.png)		(gftp)
107