/* .xapplaunchrc
 * Describes menu bar
 *
 * Format for an entry is as follows:
 * <T>Title
 * <P>Xpm File	(optional)
 *    or
 * <B>X11 Bitmap File	(optional)
 * <E>exec
 *
 * Uses cpp and predefines your hostname with a preceding and trailing
 * '_'.  For example, if your hostname is bigdaddy, then cpp will be passed
 * -D_bigdaddy_ which will define the symbol _bigdaddy_.  This is useful if
 * use the same .xapplaunchrc on different hosts via NFS.
 *
 ****************************************************************************/


<T>Xterm
<P>/xfree86/include/x11/pixmaps/xterm.xpm
<E>start /min/c xterm

<T>Calculator
<P>/xfree86/include/x11/pixmaps/calc.xpm
<E>start /min/c xcalc

<T>xtetris
<P>/xfree86/include/x11/pixmaps/xtetris.xpm
<E>start /min/c xtet42

<T>Kill
<P>/xfree86/include/x11/pixmaps/stopsign.xpm
<E>start /min/c xkill

!<T>Refresh
!<E>/usr/bin/X11/xrefresh &

!<T>Restart
!<E>f.restart

<T>Exit\nMenu
<E>f.quit

! End of menu
