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: ModuleListenOnly.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='ModuleListenOnly'>
12 <title>ModuleListenOnly</title>
15 <command>ModuleListenOnly</command
17 ><replaceable>modulename</replaceable
20 ><replaceable>moduleparams</replaceable
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
31 <fvwmref mod="FvwmButtons"/>
32 module to implement a simple clock.</para>