Minor manpage formatting fix.
[fvwm.git] / doc / commands / ChangeDecor.xml
blob4f96ad2f8ce251fd374c23387133dd2b3e85c37a
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: ChangeDecor.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
11 <section id='ChangeDecor'>
12 <title>ChangeDecor</title>
14 <cmdsynopsis>
15         <command>ChangeDecor</command
16         ><arg choice='plain'
17                 ><replaceable>decor</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>This command is deprecated and will be removed in the future.  There
22 are plans to replace it with a more flexible solution in fvwm-3.0.</para>
24 <para>Changes the decor of a window to
25 <replaceable>decor</replaceable>.
26 <replaceable>decor</replaceable>
27 is "Default" or the name of a decor defined with
28 <fvwmref cmd="AddToDecor"/>.
30 <replaceable>decor</replaceable>
31 is invalid, nothing occurs.  If called from somewhere in a window
32 or its border, then that window is affected.  If called from the
33 root window the user is allowed to select the target window.
34 <emphasis remap='B'>ChangeDecor</emphasis>
35 only affects attributes which can be set using the
36 <fvwmref cmd="AddToDecor"/>
37 command.</para>
39 <programlisting>
40 ChangeDecor CustomDecor1
41 </programlisting>
44 </section>