Improvement of weston.ini.man. Add key:shell and remove tablet-shell
Add description of key:shell to CORE SECTION and move a example of desktop-shell from key:modules to key:shell. Add cms-colord.so to key:modules of CORE SECTION. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
This commit is contained in:
committed by
Kristian Høgsberg
parent
dae8a4b9c5
commit
8841917e13
+16
-3
@@ -92,16 +92,29 @@ The
|
|||||||
.B core
|
.B core
|
||||||
section is used to select the startup compositor modules.
|
section is used to select the startup compositor modules.
|
||||||
.TP 7
|
.TP 7
|
||||||
.BI "modules=" desktop-shell.so,xwayland.so
|
.BI "shell=" desktop-shell.so
|
||||||
specifies the modules to load (string). Available modules in the
|
specifies a shell to load (string). This can be used to load your own
|
||||||
|
implemented shell or one with Weston as default. Available shells
|
||||||
|
in the
|
||||||
.IR "__weston_modules_dir__"
|
.IR "__weston_modules_dir__"
|
||||||
directory are:
|
directory are:
|
||||||
.PP
|
.PP
|
||||||
.RS 10
|
.RS 10
|
||||||
.nf
|
.nf
|
||||||
.BR desktop-shell.so
|
.BR desktop-shell.so
|
||||||
.BR tablet-shell.so
|
.fi
|
||||||
|
.RE
|
||||||
|
.TP 7
|
||||||
|
.TP 7
|
||||||
|
.BI "modules=" xwayland.so,cms-colord.so
|
||||||
|
specifies the modules to load (string). Available modules in the
|
||||||
|
.IR "__weston_modules_dir__"
|
||||||
|
directory are:
|
||||||
|
.PP
|
||||||
|
.RS 10
|
||||||
|
.nf
|
||||||
.BR xwayland.so
|
.BR xwayland.so
|
||||||
|
.BR cms-colord.so
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.TP 7
|
.TP 7
|
||||||
|
|||||||
Reference in New Issue
Block a user