1 # Config file example for wmdrawer
3 # Dock's icon [optional]
4 #dock_icon panel-drawer.png
6 # Drawer's opening direction [required]
13 # Image used for icons' background [optional]
14 #icons_bg defaultTile.xpm
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.
20 # Activate the drawer's pseudo-transparency [optional, default 0]
21 # if you choose transparency, icons_bg will be ignored
24 # dock's width: min=12, max=128 [optional, default=64]
27 # dock's height: min=12, max=128 [optional, default=64]
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.
35 # Icon's highlight type: 0, 1 or 2 [optional, default 2]
37 # 1 : target (unavailable if transparency is activated)
41 # Image used as highlight [optional]
42 # only used if you choice target type
43 #highlight_img highlight.xpm
45 # Tint icons by a specified color [optional, default #ffffff]
46 # only used if you choice shading type
47 #highlight_tint #ffffff
49 # Shade icons at a specified level [optional, default 60]
50 # only used if you choice shading type
53 # Display buttons' tooltips [optional, default 1]
56 # Tooltips' font [optional, default fixed]
59 # Drawer's animation speed: 0, 1, 2, 3, 4 [optional, default 1]
62 # Mouse cursor in drawer: 0, 1, ..., 76 [optional, default 30]
65 # Auto opening of the drawer: 0, 1 [optional, default 0]
68 # Auto closing of the drawer: 0, 1 [optional, default 0]
71 # drawer's hiding timeout in miliseconds [optional, default 1000]
74 # Runs the dockapp in windowed mode: 0, 1 [optional, default 0]
75 # Useful for AfterStep, Fvwm, Sawfish or KDE users.
78 # Instance name so window manager can distinguish between multiple copies
79 #instance_name distinguish_name
81 # Drawer's border size in pixels [optional, default 1]
87 /usr/local/share/pixmaps/
89 # A first column with 5 buttons
90 # Each button must be defined with this syntax:
91 # (tooltip) (image) (command)
93 #(X Terminal) (gnome-term.png) (xterm -bg black -fg wheat)
94 (Chrome) (/opt/google/chrome/product_logo_32.png) (google-chrome)
95 (Emacs) (gnome-emacs.png) (emacs)
96 (Gnome Term) (gnome-term.png) (gnome-terminal)
98 # A second column with 5 buttons
100 #(Xmms) (gnome-audio2.png) (xmms)
101 (Gimp) (gnome-gimp.png) (gimp)
102 #(GQview) (gqview.png) (gqview)
103 (Xcalc) (gnome-calc3.png) (xcalc -rpn)
104 #(GFtp) (gftp.png) (gftp)
105 (Win7) (/usr/share/icons/hicolor/16x16/apps/virtualbox.png) (vboxmanage startvm "lowes win7")
106 #(vpn) (/opt/cisco/vpn/pixmaps/cvc-connect.png) (/opt/cisco/vpn/bin/vpnui)