1Weston kiosk-shell 2================== 3 4Weston's kiosk-shell is a simple shell targeted at single-app/kiosk use cases. 5It makes all top-level application windows fullscreen, and supports defining 6which applications to place on particular outputs. This is achieved with the 7``app-ids=`` field in the corresponding output section in weston.ini. For 8example: 9 10.. code-block:: ini 11 12 [output] 13 name=screen0 14 app-ids=org.domain.app1,com.domain.app2 15 16To run weston with kiosk-shell set ``shell=kiosk-shell.so`` in weston.ini, or 17use the ``--shell=kiosk-shell.so`` command-line option. 18