cvsimport
[fvwm.git] / doc / commands / ModuleListenOnly.xml
blob16713db06cc39f582f1a791f45eb1d2c8564b1db
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: ModuleListenOnly.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='ModuleListenOnly'>
12 <title>ModuleListenOnly</title>
14 <cmdsynopsis>
15         <command>ModuleListenOnly</command
16         ><arg choice='plain'
17                 ><replaceable>modulename</replaceable
18         ></arg
19         ><arg choice='opt'
20                 ><replaceable>moduleparams</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>This command works like the
25 <fvwmref cmd="Module"/>
26 command, but fvwm never sends any messages to the module. This may
27 be handy to write a module as a shell script that is triggered by
28 external events without the burden to answer packets sent by
29 fvwm. For example, a module written as a shell script may change
30 labels of the
31 <fvwmref mod="FvwmButtons"/>
32 module to implement a simple clock.</para>
34 </section>