doc/sphinx/toc/kiosk-shell.rst: Add doc for Xwayland appidis

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2023-08-03 17:15:35 +03:00 committed by Daniel Stone
parent bdcbdb6520
commit e80ebde028
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ example:
[output]
name=screen0
app-ids=org.domain.app1,com.domain.app2
x11-wm-name=xterm,Mozilla Firefox
x11-wm-class=Navigator
Xwayland windows can be specified either using ``x11-wm-name=``, which matches
the ``WM_NAME`` X11 property and ``x11-wm-class=``, which matches `WM_CLASS`
one. If the Xwayland window has both a ``WM_CLASS`` or a ``WM_NAME`` set, then
it will be checked in both ``x11-wm-name`` and in ``x11-wm-class`` list entry.
To run weston with kiosk-shell set ``shell=kiosk-shell.so`` in weston.ini, or
use the ``--shell=kiosk-shell.so`` command-line option.