This adds a description of the screen-share command configuration key to the weston.ini man page.
Signed-off-by: Andrew Wedgbury <[email protected]> --- man/weston.ini.man | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/weston.ini.man b/man/weston.ini.man index 667f70a..86f7e37 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -78,6 +78,7 @@ The section headers are: .BR "keyboard " "Keyboard layouts" .BR "terminal " "Terminal application options" .BR "xwayland " "XWayland options" +.BR "screen-share " "Screen sharing options" .fi .RE .PP @@ -115,6 +116,7 @@ directory are: .nf .BR xwayland.so .BR cms-colord.so +.BR screen-share.so .fi .RE .TP 7 @@ -421,6 +423,14 @@ The terminal shell (string). Sets the $TERM variable. sets the path to the xserver to run (string). .RE .RE +.SH "SCREEN-SHARE SECTION" +.TP 7 +.BI "command=" "/usr/bin/weston --backend=rdp-backend.so \ +--shell=fullscreen-shell.so --no-clients-resize" +sets the command to start a fullscreen-shell server for screen sharing (string). +The default value starts weston with the RDP backend. +.RE +.RE .SH "SEE ALSO" .BR weston (1), .BR weston-launch (1), -- 1.9.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
