Propagate Layer changes via Style command on-the-fly.
[fvwm.git] / doc / commands / EwmhBaseStruts.xml
blob5357391c219d52b79b4081e7199cc6ba3d5be930
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: EwmhBaseStruts.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='EwmhBaseStruts'>
12 <title>EwmhBaseStruts</title>
14 <cmdsynopsis>
15         <command>EwmhBaseStruts</command
16         ><arg choice='plain'
17                 ><replaceable>left</replaceable
18         ></arg
19         ><arg choice='plain'
20                 ><replaceable>right</replaceable
21         ></arg
22         ><arg choice='plain'
23                 ><replaceable>top</replaceable
24         ></arg
25         ><arg choice='plain'
26                 ><replaceable>bottom</replaceable
27         ></arg>
28 </cmdsynopsis>
30 <para>Where left, right, top and bottom are positive or null integers
31 which define bands at the edge of the screen.
32 <replaceable>left</replaceable>
33 defines a band on the left of your screen of width
34 <replaceable>left</replaceable>,
35 <replaceable>right</replaceable>
36 defines a band on the right of your screen of width
37 <replaceable>right</replaceable>,
38 <replaceable>top</replaceable>
39 defines a band on the top of your screen of height
40 <replaceable>top</replaceable>
41 and
42 <replaceable>bottom</replaceable>
43 defines a band on the bottom of your screen of height
44 <replaceable>bottom</replaceable>.
45 The unit is the pixel and the default is 0 0 0 0.  These areas
46 define additional reserved space to the reserved space defined by
47 some ewmh compliant applications. This is used to compute the
48 Working Area. See the
49 <fvwmref sect="ewmh" opt="extended_window_manager_hints" name="Extended Window Manager Hints"/>
50 section for a definition of the Working Area.</para>
52 </section>