Ciao SCoTT,
after your email I installed the version 2.4.18, but it didn't work.
But the Rusty's solution was fine.
Here a working kill menu:
AddToMenu Kill
+ "mo&zilla" Exec ps aux | grep -P "(mozil|netsc|plugge)" | grep -v grep | awk
'{print "kill -9 "$$$$2}' | sh
+ "&xmms" Exec ps aux | grep -P "xmms" | grep -v grep | awk
'{print "kill -9 "$$$$2}' | sh
+ "m&player" Exec ps aux | grep -P "mplayer" | grep -v grep | awk
'{print "kill -9 "$$$$2}' | sh
Tanks to you all,
Mauro.
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]