diff options
author | Llorenç Garcia Martinez <github@siot.es> | 2015-10-23 13:42:13 +0200 |
---|---|---|
committer | Llorenç Garcia Martinez <github@siot.es> | 2015-10-23 13:42:13 +0200 |
commit | 5d771f49390db9e4efe187de611b93d40ff82220 (patch) | |
tree | 423b50b9bb6f28cf310b70a3ca7a39216655e7fc | |
parent | 861cb06de563aed2f2afe759898b4a7ff2b116b8 (diff) | |
download | tigervnc-5d771f49390db9e4efe187de611b93d40ff82220.tar.gz tigervnc-5d771f49390db9e4efe187de611b93d40ff82220.zip |
Added -noxstartup
-rw-r--r-- | unix/vncserver.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/vncserver.man b/unix/vncserver.man index 04a060ec..c2e1419e 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -16,6 +16,7 @@ vncserver \- start or stop a VNC server .IR font-path ] .RB [ \-fg ] .RB [ \-autokill ] +.RB [ \-noxstartup ] .RI [ Xvnc-options... ] .br .BI "vncserver \-kill :" display# @@ -123,6 +124,11 @@ this has the effect of terminating Xvnc when the user logs out of the window manager. . .TP +.B \-noxstartup +Do not run the %HOME/.vnc/xstartup script after launching Xvnc. This +option allows you to manually start a window manager in your TigerVNC session. +. +.TP .B \-list Lists all VNC desktops started by vncserver. |