Add "BugOpts QtDragnDropWorkaround"
[fvwm.git] / doc / commands / ColormapFocus.xml
blob510ac0bbbc491e0e386787c66c396e6190e089b5
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: ColormapFocus.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
11 <section id='ColormapFocus'>
12 <title>ColormapFocus</title>
14 <cmdsynopsis>
15         <command>ColormapFocus</command
16         ><group choice='plain'
17                 ><arg choice='plain'>FollowsMouse</arg
18                 ><arg choice='plain'>FollowsFocus</arg
19         ></group>
20 </cmdsynopsis>
22 <para>By default, fvwm installs the colormap of the window that the
23 cursor is in.  If you use</para>
25 <programlisting>
26 ColormapFocus <fvwmopt cmd="ColormapFocus" opt="FollowsFocus"/>
27 </programlisting>
29 <para>then the installed colormap is the one for the window that
30 currently has the keyboard focus.</para>
32 </section>