Cygwin/X: Tidy up system.Xwinrc

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
Jon TURNEY 2009-10-04 15:55:40 +01:00
parent 11252ed82e
commit 7a440e5b7a

View File

@ -18,6 +18,9 @@
# ^^ This command will have any "%display%" # ^^ This command will have any "%display%"
# string replaced with the proper display # string replaced with the proper display
# variable (i.e. 127.0.0.1:<display>.0) # variable (i.e. 127.0.0.1:<display>.0)
# (This should only rarely be needed as
# the DISPLAY environment variable is also
# set correctly)
# or <Menu Text> MENU <name-of-some-prior-defined-menu> # or <Menu Text> MENU <name-of-some-prior-defined-menu>
# or <Menu Text> ALWAYSONTOP # or <Menu Text> ALWAYSONTOP
# ^^ Sets the window to display above all others # ^^ Sets the window to display above all others
@ -80,7 +83,7 @@
// Make some menus... // Make some menus...
menu apps { menu apps {
xterm exec "xterm" xterm exec "xterm"
"Emacs" exec "emacs" "Emacs" exec "emacs"
notepad exec notepad notepad exec notepad
xload exec "xload -display %display%" # Comment xload exec "xload -display %display%" # Comment
} }