diff options
author | Llorenç Garcia Martinez <github@siot.es> | 2015-10-30 11:11:56 +0100 |
---|---|---|
committer | Llorenç Garcia Martinez <github@siot.es> | 2015-10-30 11:11:56 +0100 |
commit | 36eac99929c4313c8a9b789be2f3dcebd37dcf3a (patch) | |
tree | 0291446bcd9c2e2a2daf35337ee1e375fcfad3e2 | |
parent | e76c2fb888fb916d1478700e51d5eaec26a18e81 (diff) | |
download | tigervnc-36eac99929c4313c8a9b789be2f3dcebd37dcf3a.tar.gz tigervnc-36eac99929c4313c8a9b789be2f3dcebd37dcf3a.zip |
option -xstartup added
-rw-r--r-- | unix/vncserver.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unix/vncserver.man b/unix/vncserver.man index 37fe315e..fd7e93a6 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -17,6 +17,8 @@ vncserver \- start or stop a VNC server .RB [ \-fg ] .RB [ \-autokill ] .RB [ \-noxstartup ] +.RB [ \-xstartup +.IR script ] .RI [ Xvnc-options... ] .br .BI "vncserver \-kill :" display# @@ -129,6 +131,11 @@ 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 \-xstartup \fIscript\fP +Run a custom startup script, instead of %HOME/.vnc/xstartup, after launching +Xvnc. This is useful to run full-screen applications. +. +.TP .B \-list Lists all VNC desktops started by vncserver. |