diff options
author | graysky <graysky@archlinux.us> | 2015-10-19 08:26:44 -0400 |
---|---|---|
committer | graysky <graysky@archlinux.us> | 2015-10-19 08:26:44 -0400 |
commit | 02cbc222caf331d51bfaf50fc7d467ddcf25073c (patch) | |
tree | 9a344a70c9f2af2b494b58b96df5b8f25e4de6bd | |
parent | ddff8d07400f3fd7d4bd741989fdb123bc838f81 (diff) | |
download | tigervnc-02cbc222caf331d51bfaf50fc7d467ddcf25073c.tar.gz tigervnc-02cbc222caf331d51bfaf50fc7d467ddcf25073c.zip |
update manpage teaching about ~/.vnc/config
-rw-r--r-- | unix/vncserver.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/vncserver.man b/unix/vncserver.man index 04a060ec..5ba6b8f1 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -134,6 +134,14 @@ A shell script specifying X applications to be run when a VNC desktop is started. If this file does not exist, then vncserver will create a default xstartup script which attempts to launch your chosen window manager. .TP +$HOME/.vnc/config +An optional server config file wherein options to be passed to Xvnc are listed +to avoid hard-coding them to the physical invocation. List options in this file +one per line. For those requiring an argument, simply separate the option from +the argument with an equal sign, for example: "geometry=2000x1200" or +"securitytypes=vncauth,tlsvnc". Options without an argument are simply listed +as a single word, for example: "localhost" or "alwaysshared". +.TP $HOME/.vnc/passwd The VNC password file. .TP |