On Wed, May 28, 2003 at 06:01:31PM +0200, f.kater_at_gmx.net wrote:
> Hi,
>
> unfortunatelly I can't find the answer in the man pages to the following
> little question:
>
> (1) Everything *is* ok when I e.g. change focus from one window to the
> other by clicking the fvwmtaskbar. The new window appears at once.
>
> (2) Focus also changes emediately (and window is drawn at once) when
> clicking to a window which doesn't *overlap* another window.
>
> (3) However in a very special case the focus change but the new window
> is drawn with a certain delay of half a second. This is quite
> irritating. So, to reproduce this case do the following:
>
> - take two windows, let them overlap a bit
> - click onto the *titlebar* (not into the body of the window!) of the
> window in the background and
> - just click, don't move the mouse!
> In this case you'll notice the delay.
>
> So, sorry for this long story. Does anybody know how to change this
> behaviour?
If you have a function which handles single clicks and double
clicks differently, fvwm has to wait for a moment after releasing
the button to see if the single click becomes a double click:
AddToFunc foo
+ C Raise
+ M Move
+ D WindowShade
--> delay
To get rid of the delay you can remove the double click action:
AddToFunc bar
+ C Raise
+ M Move
or you can shorten the delay with the ClickTime command:
Clicktime 30
lowers the allowed delay between the two clicks of a double click
to 30 milliseconds. The defulat value is 150 milliseconds.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Wed May 28 2003 - 14:52:02 BST