Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / RestackTransients.xml
blobe77f011a774122329ff03fcd82be89e73533fa3c
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: RestackTransients.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='RestackTransients'>
12 <title>RestackTransients</title>
14 <cmdsynopsis>
15         <command>RestackTransients</command>
16 </cmdsynopsis>
18 <para>This command regroups the transients of a window close to it in
19 the stacking order as if the window had just been lowered and then
20 raised.  The position of the window itself is not altered.  Only
21 windows that use either the
22 <fvwmref cmd="Style" opt="RaiseTransient"/> or
23 <fvwmref cmd="Style" opt="LowerTransient"/>
24 style are affected at all.  When
25 <emphasis remap='B'>RestackTransients</emphasis>
26 is used on a transient window with the
27 <fvwmref cmd="Style" opt="StackTransientParent"/>
28 style set, it is redirected to the parent window.</para>
30 </section>