Add gpg-agent to startup.
[james-home-plus.git] / .wmdrawerrc
blob6113c3cbca6742fdfba140ea940442b8b473658a
1 # Config file example for wmdrawer
2 [general]
3 # Dock's icon [optional]
4 #dock_icon      panel-drawer.png
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
11 direction       1
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.
18 #icons_expand   1
20 # Activate the drawer's pseudo-transparency [optional, default 0]
21 # if you choose transparency, icons_bg will be ignored
22 #transparency   0
24 # dock's width: min=12, max=128 [optional, default=64]
25 #dock_width     64
27 # dock's height: min=12, max=128 [optional, default=64]
28 #dock_height    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.
33 #btns_size      32
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
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
51 #highlight_sh   60
53 # Display buttons' tooltips [optional, default 1]
54 #tooltips       1
56 # Tooltips' font [optional, default fixed]
57 #tooltips_font  fixed
59 # Drawer's animation speed: 0, 1, 2, 3, 4 [optional, default 1]
60 #animation_speed        1
62 # Mouse cursor in drawer: 0, 1, ..., 76 [optional, default 30]
63 #cursor         30
65 # Auto opening of the drawer: 0, 1 [optional, default 0]
66 #show_on_hover  0
68 # Auto closing of the drawer: 0, 1 [optional, default 0]
69 #hide_on_out    0
71 # drawer's hiding timeout in miliseconds [optional, default 1000]
72 #hide_timeout   1000
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
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]
82 #border_size    1
84 # Images directories
85 [images_paths]
86 /usr/share/pixmaps
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)
92 [column]
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
99 [column]
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)