summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2009-10-04 15:55:40 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-02-05 19:15:04 +0000
commit7a440e5b7a416e582b6c3cc4c33822854ce73aed (patch)
treeb241d660ecfef2be2c63e71218ed9f54ddb0638d /hw
parent11252ed82e1f361b99e86521ac9314f868bd1a3a (diff)
Cygwin/X: Tidy up system.Xwinrc
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw')
-rw-r--r--hw/xwin/system.XWinrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xwin/system.XWinrc b/hw/xwin/system.XWinrc
index 37ac00859..f0771c610 100644
--- a/hw/xwin/system.XWinrc
+++ b/hw/xwin/system.XWinrc
@@ -18,6 +18,9 @@
# ^^ This command will have any "%display%"
# string replaced with the proper display
# 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> ALWAYSONTOP
# ^^ Sets the window to display above all others
@@ -80,7 +83,7 @@
// Make some menus...
menu apps {
xterm exec "xterm"
- "Emacs" exec "emacs"
+ "Emacs" exec "emacs"
notepad exec notepad
xload exec "xload -display %display%" # Comment
}