b4c0298369b701a891fce87b1d08ca8acde4fcc1
[monky] / doc / config_settings.xml
1 <variablelist>
2     <varlistentry>
3         <term>
4             <command>
5                 <option>TEXT</option>
6             </command>
7         </term>
8         <listitem>After this begins text to be formatted on screen.
9         Backslash (\) escapes newlines in the text section. This
10         can be useful for cleaning up config files where conky is
11         used to pipe input to dzen2. 
12         <para /></listitem>
13     </varlistentry>
14     <varlistentry>
15         <term>
16             <command>
17                 <option>alignment</option>
18             </command>
19         </term>
20         <listitem>Aligned position on screen, may be top_left,
21         top_right, top_middle, bottom_left, bottom_right,
22         bottom_middle, middle_left, middle_middle, middle_right, or
23         none (also can be abreviated as tl, tr, tm, bl, br, bm, ml,
24         mm, mr). See also gap_x and gap_y.
25         <para /></listitem>
26     </varlistentry>
27     <varlistentry>
28         <term>
29             <command>
30                 <option>append_file</option>
31             </command>
32         </term>
33         <listitem>Append the file given as argument. 
34         <para /></listitem>
35     </varlistentry>
36     <varlistentry>
37         <term>
38             <command>
39                 <option>background</option>
40             </command>
41         </term>
42         <listitem>Boolean value, if true, Conky will be forked to
43         background when started. 
44         <para /></listitem>
45     </varlistentry>
46     <varlistentry>
47         <term>
48             <command>
49                 <option>border_inner_margin</option>
50             </command>
51         </term>
52         <listitem>Inner border margin in pixels (the margin between
53         the border and text). 
54         <para /></listitem>
55     </varlistentry>
56     <varlistentry>
57         <term>
58             <command>
59                 <option>border_outer_margin</option>
60             </command>
61         </term>
62         <listitem>Outer border margin in pixels (the margin between
63         the border and the edge of the window). 
64         <para /></listitem>
65     </varlistentry>
66     <varlistentry>
67         <term>
68             <command>
69                 <option>border_width</option>
70             </command>
71         </term>
72         <listitem>Border width in pixels. 
73         <para /></listitem>
74     </varlistentry>
75     <varlistentry>
76         <term>
77             <command>
78                 <option>colorN</option>
79             </command>
80         </term>
81         <listitem>Predefine a color for use inside TEXT segments.
82         Substitute N by a digit between 0 and 9, inclusively. When
83         specifying the color value in hex, omit the leading hash
84         (#). 
85         <para /></listitem>
86     </varlistentry>
87     <varlistentry>
88         <term>
89             <command>
90                 <option>cpu_avg_samples</option>
91             </command>
92         </term>
93         <listitem>The number of samples to average for CPU
94         monitoring. 
95         <para /></listitem>
96     </varlistentry>
97     <varlistentry>
98         <term>
99             <command>
100                 <option>default_bar_size</option>
101             </command>
102         </term>
103         <listitem>Specify a default width and height for bars.
104         Example: 'default_bar_size 0 6'. This is particularly
105         useful for execbar and execibar as they do not take size
106         arguments. 
107         <para /></listitem>
108     </varlistentry>
109     <varlistentry>
110         <term>
111             <command>
112                 <option>default_color</option>
113             </command>
114         </term>
115         <listitem>Default color and border color 
116         <para /></listitem>
117     </varlistentry>
118     <varlistentry>
119         <term>
120             <command>
121                 <option>default_gauge_size</option>
122             </command>
123         </term>
124         <listitem>Specify a default width and height for gauges.
125         Example: 'default_gauge_size 25 25'. This is particularly
126         useful for execgauge and execigauge as they do not take
127         size arguments 
128         <para /></listitem>
129     </varlistentry>
130     <varlistentry>
131         <term>
132             <command>
133                 <option>default_graph_size</option>
134             </command>
135         </term>
136         <listitem>Specify a default width and height for graphs.
137         Example: 'default_graph_size 0 25'. This is particularly
138         useful for execgraph and execigraph as they do not take
139         size arguments 
140         <para /></listitem>
141     </varlistentry>
142     <varlistentry>
143         <term>
144             <command>
145                 <option>default_outline_color</option>
146             </command>
147         </term>
148         <listitem>Default outline color 
149         <para /></listitem>
150     </varlistentry>
151     <varlistentry>
152         <term>
153             <command>
154                 <option>default_shade_color</option>
155             </command>
156         </term>
157         <listitem>Default shading color and border's shading color 
158         <para /></listitem>
159     </varlistentry>
160     <varlistentry>
161         <term>
162             <command>
163                 <option>diskio_avg_samples</option>
164             </command>
165         </term>
166         <listitem>The number of samples to average for disk I/O
167         monitoring. 
168         <para /></listitem>
169     </varlistentry>
170     <varlistentry>
171         <term>
172             <command>
173                 <option>display</option>
174             </command>
175         </term>
176         <listitem>Specify an X display to connect to. 
177         <para /></listitem>
178     </varlistentry>
179     <varlistentry>
180         <term>
181             <command>
182                 <option>double_buffer</option>
183             </command>
184         </term>
185         <listitem>Use the Xdbe extension? (eliminates flicker) It
186         is highly recommended to use own window with this one so
187         double buffer won't be so big. 
188         <para /></listitem>
189     </varlistentry>
190     <varlistentry>
191         <term>
192             <command>
193                 <option>draw_borders</option>
194             </command>
195         </term>
196         <listitem>Draw borders around text? 
197         <para /></listitem>
198     </varlistentry>
199     <varlistentry>
200         <term>
201             <command>
202                 <option>draw_graph_borders</option>
203             </command>
204         </term>
205         <listitem>Draw borders around graphs? 
206         <para /></listitem>
207     </varlistentry>
208     <varlistentry>
209         <term>
210             <command>
211                 <option>draw_outline</option>
212             </command>
213         </term>
214         <listitem>Draw outlines? 
215         <para /></listitem>
216     </varlistentry>
217     <varlistentry>
218         <term>
219             <command>
220                 <option>draw_shades</option>
221             </command>
222         </term>
223         <listitem>Draw shades? 
224         <para /></listitem>
225     </varlistentry>
226     <varlistentry>
227         <term>
228             <command>
229                 <option>extra_newline</option>
230             </command>
231         </term>
232         <listitem>Put an extra newline at the end when writing to
233         stdout, useful for writing to awesome's wiboxes. 
234         <para /></listitem>
235     </varlistentry>
236     <varlistentry>
237         <term>
238             <command>
239                 <option>font</option>
240             </command>
241         </term>
242         <listitem>Font name in X, xfontsel can be used to get a
243         nice font 
244         <para /></listitem>
245     </varlistentry>
246     <varlistentry>
247         <term>
248             <command>
249                 <option>format_human_readable</option>
250             </command>
251         </term>
252         <listitem>If enabled, values which are in bytes will be
253         printed in human readable format (i.e., KiB, MiB, etc). If
254         disabled, the number of bytes is printed instead. 
255         <para /></listitem>
256     </varlistentry>
257     <varlistentry>
258         <term>
259             <command>
260                 <option>gap_x</option>
261             </command>
262         </term>
263         <listitem>Gap, in pixels, between right or left border of
264         screen, same as passing -x at command line, e.g. gap_x 10.
265         For other position related stuff, see 'alignment'. 
266         <para /></listitem>
267     </varlistentry>
268     <varlistentry>
269         <term>
270             <command>
271                 <option>gap_y</option>
272             </command>
273         </term>
274         <listitem>Gap, in pixels, between top or bottom border of
275         screen, same as passing -y at command line, e.g. gap_y 10.
276         For other position related stuff, see 'alignment'. 
277         <para /></listitem>
278     </varlistentry>
279     <varlistentry>
280         <term>
281             <command>
282                 <option>hddtemp_host</option>
283             </command>
284         </term>
285         <listitem>Hostname to connect to for hddtemp objects. Defaults
286                 to "127.0.0.1".
287         <para /></listitem>
288     </varlistentry>
289     <varlistentry>
290         <term>
291             <command>
292                 <option>hddtemp_port</option>
293             </command>
294         </term>
295         <listitem>Port to use for hddtemp connections. Defaults to
296                 7634.
297         <para /></listitem>
298     </varlistentry>
299     <varlistentry>
300         <term>
301             <command>
302                 <option>if_up_strictness</option>
303             </command>
304         </term>
305         <listitem>How strict should if_up be when testing an
306         interface for being up? The value is one of up, link or
307         address, to check for the interface being solely up, being
308         up and having link or being up, having link and an assigned
309         IP address. 
310         <para /></listitem>
311     </varlistentry>
312     <varlistentry>
313         <term>
314             <command>
315                 <option>imap</option>
316             </command>
317         </term>
318         <listitem>Default global IMAP server. Arguments are: "host
319         user pass [-i interval (in seconds)] [-f 'folder'] [-p port]
320         [-e 'command'] [-r retries]". Default port is 143, default
321         folder is 'INBOX', default interval is 5 minutes, and
322         default number of retries before giving up is 5. If the
323         password is supplied as '*', you will be prompted to enter
324         the password when Conky starts. 
325         <para /></listitem>
326     </varlistentry>
327     <varlistentry>
328         <term>
329             <command>
330                 <option>imlib_cache_flush_interval</option>
331             </command>
332         </term>
333         <listitem>Interval (in seconds) to flush Imlib2 cache. 
334         <para /></listitem>
335     </varlistentry>
336     <varlistentry>
337         <term>
338             <command>
339                 <option>imlib_cache_size</option>
340             </command>
341         </term>
342         <listitem>
343             <para>Imlib2 image cache size, in bytes. Defaults to
344             4MiB. Increase this value if you use $image lots. Set
345             to 0 to disable the image cache.</para>
346         </listitem>
347     </varlistentry>
348     <varlistentry>
349         <term>
350             <command>
351                 <option>lua_draw_hook_post</option>
352             </command>
353             <option>function_name [function arguments]</option>
354         </term>
355         <listitem>
356             <para>This function, if defined, will be called by
357             Conky through each iteration after drawing to the
358             window. Requires X support. Takes any number of
359             optional arguments. Use this hook for drawing things on
360             top of what Conky draws. Conky puts 'conky_' in front
361             of function_name to prevent accidental calls to the
362             wrong function unless you place 'conky_' in front of it
363             yourself.</para>
364         </listitem>
365     </varlistentry>
366     <varlistentry>
367         <term>
368             <command>
369                 <option>lua_draw_hook_pre</option>
370             </command>
371             <option>function_name [function arguments]</option>
372         </term>
373         <listitem>
374             <para>This function, if defined, will be called by
375             Conky through each iteration before drawing to the
376             window. Requires X support. Takes any number of
377             optional arguments. Use this hook for drawing things on
378             top of what Conky draws. Conky puts 'conky_' in front
379             of function_name to prevent accidental calls to the
380             wrong function unless you place 'conky_' in front of it
381             yourself.</para>
382         </listitem>
383     </varlistentry>
384     <varlistentry>
385         <term>
386             <command>
387                 <option>lua_load</option>
388             </command>
389         </term>
390         <listitem>Loads the Lua scripts separated by spaces. 
391         <para /></listitem>
392     </varlistentry>
393     <varlistentry>
394         <term>
395             <command>
396                 <option>lua_shutdown_hook</option>
397             </command>
398             <option>function_name [function arguments]</option>
399         </term>
400         <listitem>
401             <para>This function, if defined, will be called by
402             Conky at shutdown or when the configuration is
403             reloaded. Use this hook to clean up after yourself,
404             such as freeing memory which has been allocated by
405             external libraries via Lua. Conky puts 'conky_' in
406             front of function_name to prevent accidental calls to
407             the wrong function unless you place 'conky_' in
408             front of it yourself.</para>
409         </listitem>
410     </varlistentry>
411     <varlistentry>
412         <term>
413             <command>
414                 <option>lua_startup_hook</option>
415             </command>
416             <option>function_name [function arguments]</option>
417         </term>
418         <listitem>
419             <para>This function, if defined, will be called by
420             Conky at startup or when the configuration is reloaded.
421             Use this hook to initialize values, or for any run-once
422             applications. Conky puts 'conky_' in front of
423             function_name to prevent accidental calls to the wrong
424             function unless you place 'conky_' in front of
425             it yourself.</para>
426         </listitem>
427     </varlistentry>
428     <varlistentry>
429         <term>
430             <command>
431                 <option>mail_spool</option>
432             </command>
433         </term>
434         <listitem>Mail spool for mail checking 
435         <para /></listitem>
436     </varlistentry>
437     <varlistentry>
438         <term>
439             <command>
440                 <option>max_port_monitor_connections</option>
441             </command>
442         </term>
443         <listitem>Allow each port monitor to track at most this
444         many connections (if 0 or not set, default is 256) 
445         <para /></listitem>
446     </varlistentry>
447     <varlistentry>
448         <term>
449             <command>
450                 <option>max_specials</option>
451             </command>
452         </term>
453         <listitem>Maximum number of special things, e.g. fonts,
454         offsets, aligns, etc. (default is 512) 
455         <para /></listitem>
456     </varlistentry>
457     <varlistentry>
458         <term>
459             <command>
460                 <option>max_user_text</option>
461             </command>
462             <option>bytes</option>
463         </term>
464         <listitem>Maximum size of user text buffer, i.e. layout
465         below TEXT line in config file (default is 16384 bytes) 
466         <para /></listitem>
467     </varlistentry>
468     <varlistentry>
469         <term>
470             <command>
471                 <option>maximum_width</option>
472             </command>
473             <option>pixels</option>
474         </term>
475         <listitem>Maximum width of window 
476         <para /></listitem>
477     </varlistentry>
478     <varlistentry>
479         <term>
480             <command>
481                 <option>minimum_size</option>
482             </command>
483             <option>width (height)</option>
484         </term>
485         <listitem>Minimum size of window 
486         <para /></listitem>
487     </varlistentry>
488     <varlistentry>
489         <term>
490             <command>
491                 <option>mpd_host</option>
492             </command>
493         </term>
494         <listitem>Host of MPD server 
495         <para /></listitem>
496     </varlistentry>
497     <varlistentry>
498         <term>
499             <command>
500                 <option>mpd_password</option>
501             </command>
502         </term>
503         <listitem>MPD server password 
504         <para /></listitem>
505     </varlistentry>
506     <varlistentry>
507         <term>
508             <command>
509                 <option>mpd_port</option>
510             </command>
511         </term>
512         <listitem>Port of MPD server 
513         <para /></listitem>
514     </varlistentry>
515     <varlistentry>
516         <term>
517             <command>
518                 <option>music_player_interval</option>
519             </command>
520         </term>
521         <listitem>Music player thread update interval (defaults to
522         Conky's update interval) 
523         <para /></listitem>
524     </varlistentry>
525     <varlistentry>
526         <term>
527             <command>
528                 <option>net_avg_samples</option>
529             </command>
530         </term>
531         <listitem>The number of samples to average for net data 
532         <para /></listitem>
533     </varlistentry>
534     <varlistentry>
535         <term>
536             <command>
537                 <option>no_buffers</option>
538             </command>
539         </term>
540         <listitem>Substract (file system) buffers from used memory?
541         
542         <para /></listitem>
543     </varlistentry>
544     <varlistentry>
545         <term>
546             <command>
547                 <option>out_to_console</option>
548             </command>
549         </term>
550         <listitem>Print text to stdout. 
551         <para /></listitem>
552     </varlistentry>
553     <varlistentry>
554         <term>
555             <command>
556                 <option>out_to_ncurses</option>
557             </command>
558         </term>
559         <listitem>Print text in the console, but use ncurses so
560         that conky can print the text of a new update over the old
561         text. (In the future this will provide more useful things) 
562         <para /></listitem>
563     </varlistentry>
564     <varlistentry>
565         <term>
566             <command>
567                 <option>out_to_stderr</option>
568             </command>
569         </term>
570         <listitem>Print text to stderr. 
571         <para /></listitem>
572     </varlistentry>
573     <varlistentry>
574         <term>
575             <command>
576                 <option>out_to_x</option>
577             </command>
578         </term>
579         <listitem>When set to no, there will be no output in X
580         (useful when you also use things like out_to_console). If
581         you set it to no, make sure that it's placed before all
582         other X-related setting (take the first line of your
583         configfile to be sure). Default value is yes 
584         <para /></listitem>
585     </varlistentry>
586     <varlistentry>
587         <term>
588             <command>
589                 <option>override_utf8_locale</option>
590             </command>
591         </term>
592         <listitem>Force UTF8? requires XFT 
593         <para /></listitem>
594     </varlistentry>
595     <varlistentry>
596         <term>
597             <command>
598                 <option>overwrite_file</option>
599             </command>
600         </term>
601         <listitem>Overwrite the file given as argument. 
602         <para /></listitem>
603     </varlistentry>
604     <varlistentry>
605         <term>
606             <command>
607                 <option>own_window</option>
608             </command>
609         </term>
610         <listitem>Boolean, create own window to draw? 
611         <para /></listitem>
612     </varlistentry>
613     <varlistentry>
614         <term>
615             <command>
616                 <option>own_window_class</option>
617             </command>
618         </term>
619         <listitem>Manually set the WM_CLASS name. Defaults to
620         "Conky". 
621         <para /></listitem>
622     </varlistentry>
623     <varlistentry>
624         <term>
625             <command>
626                 <option>own_window_colour</option>
627             </command>
628             <option>colour</option>
629         </term>
630         <listitem>If own_window_transparent no, set a specified
631         background colour (defaults to black). Takes either a hex
632         value (#ffffff) or a valid RGB name (see
633         /usr/lib/X11/rgb.txt) 
634         <para /></listitem>
635     </varlistentry>
636     <varlistentry>
637         <term>
638             <command>
639                 <option>own_window_hints</option>
640             </command>
641             <option>
642             undecorated,below,above,sticky,skip_taskbar,skip_pager</option>
643         </term>
644         <listitem>If own_window is yes, you may use these window
645         manager hints to affect the way Conky displays. Notes: Use
646         own_window_type desktop as another way to implement many of
647         these hints implicitly. If you use own_window_type
648         override, window manager hints have no meaning and are
649         ignored. 
650         <para /></listitem>
651     </varlistentry>
652     <varlistentry>
653         <term>
654             <command>
655                 <option>own_window_title</option>
656             </command>
657         </term>
658         <listitem>Manually set the window name. Defaults to
659         "&lt;hostname&gt; - conky". 
660         <para /></listitem>
661     </varlistentry>
662     <varlistentry>
663         <term>
664             <command>
665                 <option>own_window_transparent</option>
666             </command>
667         </term>
668         <listitem>Boolean, set pseudo-transparency? 
669         <para /></listitem>
670     </varlistentry>
671     <varlistentry>
672         <term>
673             <command>
674                 <option>own_window_type</option>
675             </command>
676         </term>
677         <listitem>if own_window is yes, you may specify type
678         normal, desktop, dock, panel or override (default: normal).
679         Desktop windows are special windows that have no window
680         decorations; are always visible on your desktop; do not
681         appear in your pager or taskbar; and are sticky across all
682         workspaces. Panel windows reserve space along a desktop
683         edge, just like panels and taskbars, preventing maximized
684         windows from overlapping them. The edge is chosen based on
685         the alignment option. Override windows are not under the
686         control of the window manager. Hints are ignored. This type
687         of window can be useful for certain situations. 
688         <para /></listitem>
689     </varlistentry>
690     <varlistentry>
691         <term>
692             <command>
693                 <option>pad_percents</option>
694             </command>
695         </term>
696         <listitem>Pad percentages to this many decimals (0 = no
697         padding) 
698         <para /></listitem>
699     </varlistentry>
700     <varlistentry>
701         <term>
702             <command>
703                 <option>pop3</option>
704             </command>
705         </term>
706         <listitem>Default global POP3 server. Arguments are: "host
707         user pass [-i interval (in seconds)] [-p port] [-e 'command']
708         [-r retries]". Default port is 110, default interval is 5
709         minutes, and default number of retries before giving up is
710         5. If the password is supplied as '*', you will be prompted
711         to enter the password when Conky starts. 
712         <para /></listitem>
713     </varlistentry>
714     <varlistentry>
715         <term>
716             <command>
717                 <option>short_units</option>
718             </command>
719         </term>
720         <listitem>Shortens units to a single character (kiB-&gt;k,
721         GiB-&gt;G, etc.). Default is off. 
722         <para /></listitem>
723     </varlistentry>
724     <varlistentry>
725         <term>
726             <command>
727                 <option>show_graph_range</option>
728             </command>
729         </term>
730         <listitem>Shows the time range covered by a graph. 
731         <para /></listitem>
732     </varlistentry>
733     <varlistentry>
734         <term>
735             <command>
736                 <option>show_graph_scale</option>
737             </command>
738         </term>
739         <listitem>Shows the maximum value in scaled graphs. 
740         <para /></listitem>
741     </varlistentry>
742     <varlistentry>
743         <term>
744             <command>
745                 <option>stippled_borders</option>
746             </command>
747         </term>
748         <listitem>Border stippling (dashing) in pixels 
749         <para /></listitem>
750     </varlistentry>
751     <varlistentry>
752         <term>
753             <command>
754                 <option>temperature_unit</option>
755             </command>
756         </term>
757         <listitem>Desired output unit of all objects displaying a
758         temperature. Parameters are either "fahrenheit" or
759         "celsius". The default unit is degree Celsius. 
760         <para /></listitem>
761     </varlistentry>
762     <varlistentry>
763         <term>
764             <command>
765                 <option>templateN</option>
766             </command>
767         </term>
768         <listitem>Define a template for later use inside TEXT
769         segments. Substitute N by a digit between 0 and 9,
770         inclusively. The value of the variable is being inserted
771         into the stuff below TEXT at the corresponding position,
772         but before some substitutions are applied: 
773         <simplelist>
774             <member>'\n' -&gt; newline</member>
775             <member>'\\' -&gt; backslash</member>
776             <member>'\ ' -&gt; space</member>
777             <member>'\N' -&gt; template argument N</member>
778         </simplelist>
779         <para /></listitem>
780     </varlistentry>
781     <varlistentry>
782         <term>
783             <command>
784                 <option>text_buffer_size</option>
785             </command>
786             <option>bytes</option>
787         </term>
788         <listitem>Size of the standard text buffer (default is 256
789         bytes). This buffer is used for intermediary text, such as
790         individual lines, output from $exec vars, and various other
791         variables. Increasing the size of this buffer can
792         drastically reduce Conky's performance, but will allow for
793         more text display per variable. The size of this buffer
794         cannot be smaller than the default value of 256 bytes. 
795         <para /></listitem>
796     </varlistentry>
797     <varlistentry>
798         <term>
799             <command>
800                 <option>top_cpu_separate</option>
801             </command>
802         </term>
803         <listitem>If true, cpu in top will show usage of one
804         processor's power. If false, cpu in top will show the usage
805         of all processors' power combined. 
806         <para /></listitem>
807     </varlistentry>
808     <varlistentry>
809         <term>
810             <command>
811                 <option>top_name_width</option>
812             </command>
813         </term>
814         <listitem>Width for $top name value (defaults to 15
815         characters). 
816         <para /></listitem>
817     </varlistentry>
818     <varlistentry>
819         <term>
820             <command>
821                 <option>total_run_times</option>
822             </command>
823         </term>
824         <listitem>Total number of times for Conky to update before
825         quitting. Zero makes Conky run forever 
826         <para /></listitem>
827     </varlistentry>
828     <varlistentry>
829         <term>
830             <command>
831                 <option>update_interval</option>
832             </command>
833             <option>seconds</option>
834         </term>
835         <listitem>Update interval 
836         <para /></listitem>
837     </varlistentry>
838     <varlistentry>
839         <term>
840             <command>
841                 <option>update_interval_on_battery</option>
842             </command>
843             <option>seconds</option>
844         </term>
845         <listitem>Update interval when running on batterypower 
846         <para /></listitem>
847     </varlistentry>
848     <varlistentry>
849         <term>
850             <command>
851                 <option>uppercase</option>
852             </command>
853         </term>
854         <listitem>Boolean value, if true, text is rendered in upper
855         case 
856         <para /></listitem>
857     </varlistentry>
858     <varlistentry>
859         <term>
860             <command>
861                 <option>use_spacer</option>
862             </command>
863         </term>
864         <listitem>Adds spaces around certain objects to stop them
865         from moving other things around. Arguments are left, right,
866         and none (default). The old true/false values are
867         deprecated and default to right/none respectively. Note
868         that this only helps if you are using a mono font, such as
869         Bitstream Vera Sans Mono. 
870         <para /></listitem>
871     </varlistentry>
872     <varlistentry>
873         <term>
874             <command>
875                 <option>use_xft</option>
876             </command>
877         </term>
878         <listitem>Use Xft (anti-aliased font and stuff) 
879         <para /></listitem>
880     </varlistentry>
881     <varlistentry>
882         <term>
883             <command>
884                 <option>xftalpha</option>
885             </command>
886         </term>
887         <listitem>Alpha of Xft font. Must be a value at or between
888         1 and 0. 
889         <para /></listitem>
890     </varlistentry>
891     <varlistentry>
892         <term>
893             <command>
894                 <option>xftfont</option>
895             </command>
896         </term>
897         <listitem>Xft font to use. 
898         <para /></listitem>
899     </varlistentry>
900 </variablelist>