Update for new 2.7.0 development work.
[fvwm.git] / doc / commands / Asterisk.xml
blob1b8523e559213c1f588436f6efcb948dd7407695
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id$ -->
11 <section id='Asterisk'>
12 <title>Asterisk</title>
14 <cmdsynopsis command='Asterisk'>
15         <command>*</command
16         ><arg choice='plain'
17                 ><replaceable>module_config_line</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Defines a module configuration.
22 <replaceable>module_config_line</replaceable>
23 consists of a module name (or a module alias) and a module
24 resource line. The new syntax allows a delimiter, a colon and
25 optional spaces, between the module name and the rest of the line,
26 this is recommended to avoid conflicts.</para>
28 <programlisting>
29 *FvwmIconBox: MaxIconSize 48x48
30 *FvwmPager: WindowBorderWidth 1
31 *FvwmButtons-TopRight: Geometry 100x100-0+0
32 *FvwmButtons-Bottom: Geometry +0-0
33 </programlisting>
35 </section>