ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / DefaultColorset.xml
blob66a01b40d04913c18116601fb8abce743b0a61f2
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: DefaultColorset.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
11 <section id='DefaultColorset'>
12 <title>DefaultColorset</title>
14 <cmdsynopsis>
15         <command>DefaultColorset</command
16         ><arg choice='opt'
17                 ><replaceable>num</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para><emphasis remap='B'>DefaultColorset</emphasis>
22 sets the colorset used by the windows controlled by the
23 <fvwmref cmd="DefaultColors"/>
24 command.  To revert back to the
25 <fvwmref cmd="DefaultColors"/>
26 colors use</para>
28 <programlisting>
29 DefaultColorset -1
30 </programlisting>
32 <para>or any variant of the
33 <fvwmref cmd="DefaultColors"/>
34 command.</para>
36 </section>