summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-09-21 22:32:21 +0200
committerPekka Paalanen <pq@iki.fi>2021-10-27 08:52:17 +0000
commitb02149e43b798899d980454a5b8f1adb8c575e25 (patch)
tree29dbd61319edb5a3f64c305e9b0aec06b9df6f7e /man
parentc00aba6893cb0d51f6ec1635db98488bbb576f69 (diff)
downloadweston-b02149e43b798899d980454a5b8f1adb8c575e25.tar.gz
screen-share: Add option to start screen sharing on weston startup
Currently the screen sharing has to be manually started after weston has started by pressing Ctrl+Alt+S on a keyboard. Add new bool config option to the screen-share section which permits starting the screen sharing of all outputs on weston start up. This is useful e.g. for doing screen mirroring between two devices over network. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 014a805e..3de49299 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -669,6 +669,12 @@ sets the path to the xserver to run (string).
sets the command to start a fullscreen-shell server for screen sharing (string).
.RE
.RE
+.TP 7
+.BI "start-on-startup=" "false"
+If set to true, start screen sharing of all outputs available on Weston startup.
+Set to false by default.
+.RE
+.RE
.SH "AUTOLAUNCH SECTION"
.TP 7
.BI "path=" "/usr/bin/echo"