Re: FVWM: FwvmAuto(?) & focus

From: Dominik Vogt <dominik.vogt_at_gmx.de>
Date: Mon, 21 Jun 2004 11:16:49 +0200

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, 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 Mon Jun 21 2004 - 04:27:02 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:56 BST