I just changed my fvwm2rc to using one general function, feeding it parameters instead of having multple unique functions.
AddToFunc "Clk-Dclk-HldMv" "C" $0
+ "D" $1
+ "H" $2
+ "M" $2
Mouse 1 I A Clk-Dclk-HldMv Iconify Nop Winlistfunc
and i find that there's a noticeable delay if i do it this way instead of
calling a unique function to do the same thing.
Even this is slow to (de)Iconify...
AddToFunc "Clk-Dclk-HldMv" "C" Iconify
+ "D" $1
Mouse 1 I A Clk-Dclk-HldMv Nop
fvwm 2.3.13
solaris 2.51 on ultra 1
--
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 Feb 17 2000 - 16:07:37 GMT