On Thu, Dec 28, 2000 at 01:33:06PM -0500, Dan Espen wrote:
> 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
Perhaps you prefer sloppy focus:
Style * SloppyFocus
> I would guess you already have clicks on the frame doing raise, its
> normally done with:
>
> AddToFunc "Resize-or-Raise" "M" Resize
> + "M" Raise
^^^^^
Resize?
> + "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".
It's "Style * MouseFocusClickRaises". Fvwm will tell you the new
syntax in a warning but it will still work for now.
Bye
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 Fri Dec 29 2000 - 02:37:44 GMT