John Lonergan <john.lonergan_at_ubsw.com> writes:
> Enlightenment allows for the following setting...
> 
>     input focus follows the mouse pointer
>     moving the mouse pointer does not raise the window
>     a click on either the frame or in the client area of the window
> raises the window
> 
> I cannot figure out how to do this with Fvwm - can anyone help ?
> 
> As far as I can tell - focus and raising the window seem to be tied
> together.
I think we  might need some information about  your setup and release,
fvwm does not tie raise and focus together.
For focus follows mouse:
Style "*" MouseFocus
To not have autoraise, remove FvwmAuto from your InitFunction.
I would guess you already have clicks on the frame doing raise, its
normally done with:
AddToFunc "Resize-or-Raise" "M" Resize
+              "M" Raise
+              "C" Raise
+              "D" RaiseLower
Mouse 1		F	A	Function "Resize-or-Raise"
For initial clicks in  a window doing  raise, this varies depending on
the release you use, for 2.2.x it was:
globalopts MouseFocusClickRaises
If you are using a recent beta, search the man page for "clickraise".
> Thaks JL
--
Dan Espen
444 Hoes Lane  Room RRC 1C-214           E-mail: dane_at_mk.telcordia.com
Piscataway, NJ 08854                     Phone: (732) 699-5570
--
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 Thu Dec 28 2000 - 12:37:02 GMT