On 5 Jun, Neil Zanella wrote:
>
> Hi,
>
> How can I launch multiple applications through the menu bars (for
> example three xterms covering my window workspace)?
AddToFunction SpawnThreeXterms \
"I" /usr/bin/X11/xterm -T "xterm1"
+ "I" /usr/bin/X11/xterm -T "xterm2"
+ "I" /usr/bin/X11/xterm -T "xterm3"
AddToMenu "ButtonMenu"
+ "Launch Three XTerms" SpawnThreeXterms
> Also, how can I have a maximized window pop up from a menu without having
> to use the monitor size dependant geometry options.
AddToFunction SpawnMaximizedXterm \
"I" /usr/bin/X11/xterm -T "maximizedXterm"
+ "I" Wait maximizedXterm
+ "I" Next ["maximizedXterm"] Maximize
> Thanks,
Some of the beauties of using functions...!
--
(void) lar3ry(); gensch_at_zk3.dec.com
"Sometimes it happens. People just explode. Natural causes."
--
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 Fri Jun 05 1998 - 09:03:23 BST