Minor manpage formatting fix.
[fvwm.git] / doc / commands / MoveToScreen.xml
blobe9ab775e3d3d4f116672cd462cb299a0dd5108e4
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: MoveToScreen.xml,v 1.4 2007/10/08 02:30:00 scott Exp $ -->
11 <section id='MoveToScreen'>
12 <title>MoveToScreen</title>
14 <cmdsynopsis>
15         <command>MoveToScreen</command
16         ><arg choice='opt'
17                 ><replaceable>screen</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Moves the selected window to another Xinerama screen.  The
22 <replaceable>screen</replaceable>
23 argument can be '<fvwmopt cmd="MoveToScreen" opt="p"/>' for the primary screen,
24 '<fvwmopt cmd="MoveToScreen" opt="c"/>' for the current
25 screen (containing the mouse pointer),
26 '<fvwmopt cmd="MoveToScreen" opt="w"/>' for the screen containing the center of
27 +the the context window,
28 '<fvwmopt cmd="MoveToScreen" opt="g"/>' for the global screen
29 or the screen number itself (counting from zero).</para>
31 </section>