1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<!-- $Id$ -->
<section id='EdgeResistance'>
<title>EdgeResistance</title>
<cmdsynopsis>
<command>EdgeResistance</command>
<arg choice='plain'>
<replaceable>delay</replaceable>
</arg>
<command>EdgeResistance</command
><arg choice='plain'
><replaceable>scrolling</replaceable
></arg
><arg choice='plain'
><replaceable>moving</replaceable
></arg>
<arg choice='opt'
><replaceable>xinerama-scrolling</replaceable
></arg>
</cmdsynopsis>
<para>Tells how hard it should be to change the desktop viewport by
moving the mouse over the edge of the screen. The parameter tells
how many milliseconds the pointer must spend on the screen edge
before fvwm moves the viewport. This is intended for people who
use</para>
<programlisting>
<fvwmref cmd="EdgeScroll"/> 100 100
</programlisting>
<para>but find themselves accidentally flipping pages when they do
not want to. If -1 is given as the delay, scrolling is disabled
completely.</para>
<para>The second form of invocation with two or three arguments is
obsolete and should be replaced with the following three commands
as needed:</para>
<programlisting>
<fvwmref cmd="EdgeResistance"/> <replaceable>scrolling</replaceable>
<fvwmref cmd="Style"/> * EdgeMoveDelay <replaceable>scrolling</replaceable>
<fvwmref cmd="Style"/> * EdgeMoveResistance <replaceable>moving</replaceable>
or
<fvwmref cmd="Style"/> * EdgeMoveResistance <replaceable>moving</replaceable> <replaceable>xinerama-scrolling</replaceable>
</programlisting>
<para>Fvwm does this substitution automatically and prints a warning.</para>
</section>
|