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" >
9 <!-- $Id: EwmhBaseStruts.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='EwmhBaseStruts'>
12 <title>EwmhBaseStruts</title>
15 <command>EwmhBaseStruts</command
17 ><replaceable>left</replaceable
20 ><replaceable>right</replaceable
23 ><replaceable>top</replaceable
26 ><replaceable>bottom</replaceable
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>
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
49 <fvwmref sect="ewmh" opt="extended_window_manager_hints" name="Extended Window Manager Hints"/>
50 section for a definition of the Working Area.</para>