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" >
9 <!-- $Id: moduleCommands.xml,v 1.4 2007/08/06 22:24:03 domivogt Exp $ -->
11 <section id='module_commands'>
12 <title>Module Commands</title>
15 <para>Fvwm maintains a database of module configuration lines in a form</para>
18 <emphasis remap='B'>*</emphasis><emphasis remap='I'><ModuleName></emphasis><emphasis remap='B'>: </emphasis><emphasis remap='I'><Config-Resource></emphasis>
22 <emphasis remap='I'><ModuleName></emphasis>
23 is either a real module name or an alias.</para>
25 <para>This database is initially filled from config file (or from
28 config command), and can be later modified either by user (via
29 <fvwmref mod="FvwmCommand"/>)
32 <para>When modules are run, they read appropriate portion of database.
33 (The concept of this database is similar to one used in X resource
36 <para>Commands for manipulating module configuration database are
37 described below.</para>
39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Asterisk.xml" />
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="DestroyModuleConfig.xml" />
41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="KillModule.xml" />
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Module.xml" />
43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ModuleListenOnly.xml" />
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ModulePath.xml" />
45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ModuleSynchronous.xml" />
46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ModuleTimeout.xml" />
47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="SendToModule.xml" />