Minor manpage formatting fix.
[fvwm.git] / doc / commands / XineramaSlsSize.xml
blob1bc490d7595dc3119646a49bde244f892f58eaa9
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: XineramaSlsSize.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='XineramaSlsSize'>
12 <title>XineramaSlsSize</title>
14 <cmdsynopsis>
15         <command>XineramaSlsSize</command
16         ><arg choice='plain'
17                 ><replaceable>Horizontal</replaceable
18         ></arg
19         >x<arg choice='plain'
20                 ><replaceable>Vertical</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>This command configures the layout of the Single Logical screen
25 feature.  It takes two arguments,
26 <replaceable>Horizontal</replaceable> and <replaceable>Vertical</replaceable>
27 which must be an integer value dividing evenly into the total
28 desktop width, and height.  For an example with two
29 monitors side by side which appear as one screen through the
30 X-Server with the right screen as the primary screen, use:</para>
32 <programlisting>
33 XineramaSlsSize 2x1
34 <fvwmref cmd="XineramaSls"/> On
35 <fvwmref cmd="XineramaPrimaryScreen"/> 1
36 <fvwmref cmd="Xinerama"/> On
37 </programlisting>
40 </section>