* Sep 15 10:39 Dominik Vogt <fvwm@fvwm.org>:
> On Fri, Sep 12, 2003 at 05:25:20PM +0200, Johan Svedberg wrote:
> > Evning!
> >
> > Just one quick question. Is it possible to move windows between pages
> > even though I use this:
> >
> >     EdgeResistance 10000 10000
> >     EdgeScroll 0 0
> >     EdgeThickness 0
> >
> > With keybindings for example?
>
> Not out of the box.  I solve this problem with a high delay before
> paging occurs:
>
>   EdgeResistance   500 128
>                    ^^^
>
> Whe I hit the edge, I can usually prevent paging.  The pointer has
> to hover over the edge for half a second.
>
> Alternatively you can make a function that disables edge
> resistance for a move operation:
>
>   addtofunc move_noresist
>   + I EdgeResistance 10000 100
>   + I Move
>   + I EdgeResistance 10000 10000
>
>   mouse 1 t m function move_noresist

Ah, great ideas! Thank you Dominik!

-- 
Johan Svedberg, [EMAIL PROTECTED], http://johan.svedberg.pp.se/
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to