1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<!-- $Id$ -->
<section id='Layer'>
<title>Layer</title>
<cmdsynopsis>
<command>Layer</command
><group choice='plain'
><arg choice='opt'
><replaceable>arg1</replaceable
> <replaceable>arg2</replaceable
></arg
><arg choice='opt'>default</arg
></group>
</cmdsynopsis>
<para>Puts the current window in a new layer. If
<replaceable>arg1</replaceable>
is non zero then the next layer is the current layer number plus
<replaceable>arg1</replaceable>.
If
<replaceable>arg1</replaceable>
is zero then the new layer is
<replaceable>arg2</replaceable>.</para>
<para>As a special case,
<fvwmopt cmd="Layer" opt="default"/>
puts the window in its default layer, i.e. the layer it was
initially in. The same happens if no or invalid arguments are
specified.</para>
</section>
|