#
# example olvwm root menu
#

"Root Menu" TITLE

"Shells" MENU
	"Shells" TITLE
	"bash"						exec xterm -title bash -e /bin/bash
	"csh"						exec xterm -title csh -e /bin/csh
	"tcsh"						exec xterm -title tcsh -e /bin/tcsh
	"sh"						exec xterm -title sh -e /bin/sh
"Shells" END PIN

"Tools" MENU
	"Tools" TITLE
	"Manual Pages.."	    	exec /usr/bin/X11/xman
	"Edit resources..."			exec /usr/bin/X11/editres
	"View resources..."			exec /usr/bin/X11/viewres
	"Font Selector..."	    	exec /usr/bin/X11/xfontsel
	"Clipboard..."		    	exec /usr/bin/X11/clipboard
	"Magnifying glass..."	    exec /usr/bin/X11/xmag
	"Calculator..."	            exec /usr/bin/X11/xcalc
"Tools" END PIN

"Debian"                        INCLUDE /etc/X11/olvwm/openwin-menu-debian

"WM Utilities" MENU
	"Refresh" DEFAULT			REFRESH
	"Properties..."				PROPERTIES
	"Window Controls" MENU
		"Open/Close" DEFAULT	OPEN_CLOSE_SELN
		"Full/Restore Size"     FULL_RESTORE_SIZE_SELN
		"Back"                  BACK_SELN
		"Quit"                  QUIT_SELN
	"Window Controls" END PIN
	"Window Menu..."			WINMENU
	"Save Workspace"			SAVE_WORKSPACE
	"Restart olvwm"				RESTART
"WM Utilities" END PIN

"X binaries..."					DIRMENU	/usr/bin/X11

"Exit from X..."				EXIT


