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
Ciao
Dominik ^_^ ^_^
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Sep 15 2003 - 03:40:01 BST