diff options
author | marha <marha@users.sourceforge.net> | 2010-02-20 17:27:12 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-20 17:27:12 +0000 |
commit | 9cd4b45217e5624c4ffa1ad77aff87ea280db45a (patch) | |
tree | b981bb6c191c8cee1768a3886fbb3362398f40b1 /xorg-server/system.XWinrc | |
parent | 68504d1066c26aa26b73d5be549d7a95d6afd8ed (diff) | |
download | vcxsrv-9cd4b45217e5624c4ffa1ad77aff87ea280db45a.tar.gz vcxsrv-9cd4b45217e5624c4ffa1ad77aff87ea280db45a.tar.bz2 vcxsrv-9cd4b45217e5624c4ffa1ad77aff87ea280db45a.zip |
Added command to open log file
Diffstat (limited to 'xorg-server/system.XWinrc')
-rw-r--r-- | xorg-server/system.XWinrc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/xorg-server/system.XWinrc b/xorg-server/system.XWinrc index 15935f4e5..1d4c2b208 100644 --- a/xorg-server/system.XWinrc +++ b/xorg-server/system.XWinrc @@ -8,8 +8,6 @@ # Comments begin with "#" or "//" and go to the end-of-line -# Paths to commands are **cygwin** based (i.e. /usr/local/bin/xcalc) - # Paths to icons are **WINDOWS** based (i.e. c:\windows\icons) # Menus are defined as... @@ -18,6 +16,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 @@ -79,15 +80,17 @@ // Make some menus... menu apps { - xcalc exec "xcalc" - xclock exec "xclock" - xwininfo exec "xwininfo -pause" + xcalc exec "xcalc" + xclock exec "xclock" + xwininfo exec "xwininfo -pause" } menu root { // Comments fit here, too... "Reload system.XWinrc" RELOAD - "Applications" menu apps + "Applications" menu apps + Separator + "Show log" exec "notepad %logfile%" Separator } |