Kai Grossjohann:
> Joey> I'm using fvwm 2.0.45. I want to have a function that, if I
> Joey> click anywhere on a window (including inside it), will raise
> Joey> the window. [...]
>
> There's a global option MouseFocusClickRaises which you can set to do
> this. See the GlobalOpts entry in the man page for details.
There are no details there, just a list of the GlobalOpts. But I tried it,
and when I clicked on a window, it raised, but the click never was sent to
the program underneath.
In my fvwmrc, I have:
# This just raises windows on a single click.
AddToFunc raise_func
+ "C" Raise
# Bind it to any click in a window.
Mouse 0 W A raise_func
# Make sure to pass the click events to the program in the window.
GlobalOpts MouseFocusClickRaises
What'm I doing wrong?
--
#!/usr/bin/perl -lisubstr($_,39+38*sin++$y/9,2)=$s # joey_at_kite.ml.org
for($s=' '||McQ;$_='JOEY HESS 'x8;print){eval$^I} # Joey Hess
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Feb 11 1997 - 19:50:31 GMT