Add "BugOpts QtDragnDropWorkaround"
[fvwm.git] / doc / commands / OpaqueMoveSize.xml
blob54fb15bf471885ab69ff629fc7a7f9a96dab4054
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: OpaqueMoveSize.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='OpaqueMoveSize'>
12 <title>OpaqueMoveSize</title>
14 <cmdsynopsis>
15         <command>OpaqueMoveSize</command
16         ><arg choice='opt'
17                 ><replaceable>percentage</replaceable
18         ></arg>
19 </cmdsynopsis>
22 <para>Tells fvwm the maximum size window with which opaque window
23 movement should be used.  The percentage is percent of the total
24 screen area (may be greater than 100).  With</para>
26 <programlisting>OpaqueMoveSize 0</programlisting>
28 <para>all windows are moved using the traditional rubber-band
29 outline. With</para>
31 <programlisting>
32 OpaqueMoveSize <fvwmopt cmd="OpaqueMoveSize" opt="unlimited"/>
33 </programlisting>
35 <para>or if a negative percentage is given
36 all windows are moved as solid windows.  The default is</para>
38 <programlisting>OpaqueMoveSize 5</programlisting>
40 <para>which allows small windows to be moved in an opaque manner but
41 large windows are moved as rubber-bands.  If
42 <replaceable>percentage</replaceable>
43 is omitted or invalid the default value is set.  To resize windows
44 in an opaque manner you can use the
45 <fvwmref cmd="Style" opt="ResizeOpaque"/>
46 style.  See
47 the <fvwmref cmd="Style"/>
48 command.</para>
50 </section>