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