]> source.dussan.org Git - tigervnc.git/commitdiff
update manpage teaching about ~/.vnc/config
authorgraysky <graysky@archlinux.us>
Mon, 19 Oct 2015 12:26:44 +0000 (08:26 -0400)
committergraysky <graysky@archlinux.us>
Mon, 19 Oct 2015 12:26:44 +0000 (08:26 -0400)
unix/vncserver.man

index 04a060ec33595d5b3a3639215a66967c6c196834..5ba6b8f1b4bda7edcb5179c70e8313d0a92fcfc5 100644 (file)
@@ -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