On Fri, Jun 11, 2004 at 10:03:25PM +0400, Artem Chuprina wrote:
> Sorry if I failed to find it elswhere.
> 
> fvwm 2.5.10
> 
> Excerpt from .fvwm2rc (I hope that's all that may be relevant):
> Style "*"     SloppyFocus, MinOverlapPercentPlacement
> Style "*"     ClickToFocusRaises, ClickToFocusPassesClickOff
> 
> AddToFunc StartFunction
> + "I" Module FvwmAuto 1000
> + "I" Module FvwmCommandS
> + "I" Module FvwmEvent FvwmEventNewWindow
> 
> *FvwmEventNewWindow: StartDelay 4
> *FvwmEventNewWindow: add_window FocusAndRaise
> 
> The problem: if some window is overlapped by another, application in it
> does not get mouse input until a window is raised (either by FvwmAuto or
> by any other means).  But it does get keyboard input.
> 
> In fvwm 2.4.16 with identical configuration this problem does not
> appear.  Maybe some defaults have changed?

The behaviour you see is exactly what you are asking for.  With

  Style "*" ClickToFocusRaises, ClickToFocusPassesClickOff
                                                       ^^^

you're telling fvwm not to pass any clicks on lowered windows to
the application, and this is what you get.  I didn't check 2.4.16,
but if it does not work as described, there is a bug in 2.4.x, not
in 2.5.x.  Try

  Style * ClickToFocusRaises, ClickToFocusPassesClick

instead.  (Note that double quotes around style names are only
necessary if the style contains whitespace or quoting characters).

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

Attachment: pgpmZFwnb86r6.pgp
Description: PGP signature

Reply via email to