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" >
9 <!-- $Id: EdgeResistance.xml,v 1.4 2007/11/17 11:47:56 domivogt Exp $ -->
11 <section id='EdgeResistance'>
12 <title>EdgeResistance</title>
15 <command>EdgeResistance</command>
17 <replaceable>delay</replaceable>
20 <command>EdgeResistance</command
22 ><replaceable>scrolling</replaceable
25 ><replaceable>moving</replaceable
28 ><replaceable>xinerama-scrolling</replaceable
32 <para>Tells how hard it should be to change the desktop viewport by
33 moving the mouse over the edge of the screen. The parameter tells
34 how many milliseconds the pointer must spend on the screen edge
35 before fvwm moves the viewport. This is intended for people who
39 <fvwmref cmd="EdgeScroll"/> 100 100
42 <para>but find themselves accidentally flipping pages when they do
43 not want to. If -1 is given as the delay, scrolling is disabled
46 <para>The second form of invocation with two or three arguments is
47 obsolete and should be replaced with the following three commands
51 <fvwmref cmd="EdgeResistance"/> <replaceable>scrolling</replaceable>
52 <fvwmref cmd="Style"/> * EdgeMoveDelay <replaceable>scrolling</replaceable>
53 <fvwmref cmd="Style"/> * EdgeMoveResistance <replaceable>moving</replaceable>
55 <fvwmref cmd="Style"/> * EdgeMoveResistance <replaceable>moving</replaceable> <replaceable>xinerama-scrolling</replaceable>
58 <para>Fvwm does this substitution automatically and prints a warning.</para>