Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / Xinerama.xml
blobe21a8aa594476dd997027e0efd4abc42e57d9574
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: Xinerama.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='Xinerama'>
12 <title>Xinerama</title>
14 <cmdsynopsis>
15         <command>Xinerama</command
16         ><arg choice='opt'>bool</arg>
17 </cmdsynopsis>
19 <para>Enables Xinerama support if the boolean argument is true and
20 disables it if the argument is false.  Calling this command
21 without arguments turns on Xinerama support if it was disabled before
22 and turns it off if it was enabled.  For example:</para>
24 <programlisting>
25 # Turn Xinerama support on, use primary screen 2
26 <fvwmref cmd="XineramaPrimaryScreen"/> 2
27 Xinerama on
28 # Turn it off again
29 Xinerama off
30 </programlisting>
33 </section>