# Xming Server Resource File # DEBUG prints out the string to the Xming log file DEBUG "Start config file" // Make some menus... menu apps { rxvt exec "C:\cygwin\bin\rxvt -e /bin/bash --login -i" emacs exec "C:\cygwin\bin\emacs -fn fixed" "DOS" execd "C:\WINDOWS\system32\cmd" notepad execd notepad cygwin execd "C:\cygwin\bin\bash --login -i" # Comment } menu root { // Comments fit here, too... "Reload Xmingrc" RELOAD "Applications" menu apps SEParATOR } RootMenu root # SilentExit DEBUG "End config file"