Propagate Layer changes via Style command on-the-fly.
[fvwm.git] / doc / commands / MoveThreshold.xml
blobc8d5ad2bd9bf4fe2b0eb2d68bbe807b8e28357e4
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: MoveThreshold.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='MoveThreshold'>
12 <title>MoveThreshold</title>
14 <cmdsynopsis>
15         <command>MoveThreshold</command
16         ><arg choice='opt'
17                 ><replaceable>pixels</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>When the user presses a mouse button upon an object fvwm waits to
22 see if the action is a click or a drag.  If the mouse moves by
23 more than
24 <replaceable>pixels</replaceable>
25 pixels it is assumed to be a drag.</para>
27 <para>Previous versions of fvwm hardwired
28 <replaceable>pixels</replaceable>
29 to 3, which is now the default value.  If
30 <replaceable>pixels</replaceable>
31 is negative or omitted the default value (which might be increased
32 when 16000x9000 pixel displays become affordable) is restored.</para>
34 </section>