Re: FVWM: Flickering of buttons and mouse focus

From: <larry.gensch_at_compaq.com>
Date: Mon, 15 Apr 2002 13:09:29 -0400 (EDT)

On 15 Apr, Tom Alsberg wrote:

> # For auto-raise:
> *FvwmEvent: enter_window "Silent SelectiveRaise"
> *FvwmEvent: leave_window "Silent SelectiveLower"
>
> # Functions to auto-raise / auto-lower only some specific windows:
> DestroyFunc SelectiveRaise
> AddToFunc SelectiveRaise
> + I WindowId $0 (!raised "FvwmIconMan") Raise
> + I WindowId $0 (!raised "FvwmButtons") Raise
> + I WindowId $0 (!raised "xclock") Raise
> + I WindowId $0 (!raised "xexec") Raise
>
> DestroyFunc SelectiveLower
> AddToFunc SelectiveLower
> + I WindowId $0 (raised "FvwmIconMan") Lower
> + I WindowId $0 (raised "FvwmButtons") Lower
> + I WindowId $0 (raised "xclock") Lower
> + I WindowId $0 (raised "xexec") Lower

Why not:

Style "*" ClickToFocus, SloppyFocus
Stlye "FvwmIconMan" FocusFollowsMouse
Style "FvwmButtons" FocusFollowsMouse
Style "xclock" FocusFollowsMouse
Style "xexec" FocusFollowsMouse

This should work in all fvwm2 versions from 2.2 onward.

-- 
Larry Gensch                                          larry.gensch_at_compaq.com
            Working for COMPAQ for over a fourteenth of a century
--
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 Apr 15 2002 - 12:10:37 BST

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