summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlvarito050506 <donfrutosgomez@gmail.com>2021-06-24 03:50:53 +0000
committerÁlvaro Torralba <donfrutosgomez@gmail.com>2021-07-06 18:46:09 +0000
commit60855b1569ef5b57de8ecc06b8507046dfb57ced (patch)
tree2980f9fd9c747441b8184b3d94b08c64a985bfa5 /man
parent1f57a1f9981ce39124d4084607b5e633e52f0630 (diff)
downloadweston-60855b1569ef5b57de8ecc06b8507046dfb57ced.tar.gz
compositor: Added autolaunch support.
The value of the `path` parameter is executed right before wl_display_run. The `watch` parameter is meant for things like tests using the headless backend and the kiosk shell. Fixes https://gitlab.freedesktop.org/wayland/weston/-/issues/171 Signed-off-by: Alvarito050506 <donfrutosgomez@gmail.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 515995d8..9319e6c7 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -78,6 +78,7 @@ The section headers are:
.BR "terminal " "Terminal application options"
.BR "xwayland " "XWayland options"
.BR "screen-share " "Screen sharing options"
+.BR "autolaunch " "Autolaunch options"
.fi
.RE
.PP
@@ -661,6 +662,18 @@ sets the path to the xserver to run (string).
sets the command to start a fullscreen-shell server for screen sharing (string).
.RE
.RE
+.SH "AUTOLAUNCH SECTION"
+.TP 7
+.BI "path=" "/usr/bin/echo"
+Path to an executable file to run after startup. This file is executed in
+parallel to Weston, so it does not have to immediately exit. Defaults to empty.
+.RE
+.TP 7
+.BI "watch=" "false"
+If set to true, quit Weston after the auto-launched executable exits. Set to false
+by default.
+.RE
+.RE
.SH "SEE ALSO"
.BR weston (1),
.BR weston-bindings (7),