summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>2020-04-21 18:23:37 +0300
committerPekka Paalanen <pq@iki.fi>2020-07-30 14:38:49 +0000
commit87c1679a0a4c6de48a9f87b6b17bf4df63de1e6b (patch)
tree5e41d8be020d10262098b34668e7bb204bf9963e /meson_options.txt
parentea4d13b3e30a599c4cbfec6a0c57f5e952ad25ac (diff)
downloadweston-87c1679a0a4c6de48a9f87b6b17bf4df63de1e6b.tar.gz
kiosk-shell: Introduce kiosk/fullscreen shell for desktop apps
kiosk-shell is fullscreen shell for apps that use the xdg-shell protocol. The goal is to make life easier for people shipping embedded devices with simple fullscreen shell requirements, and reduce the proliferation of desktop-shell hacks. Top level surfaces are made fullscreen, whereas dialogs are placed on top in the center of the output and retain their natural sizes. Dialogs can be moved and (un)maximized, but resizing is currently not supported. An app can be directed to a particular output by populating the "app-ids" field with the app's XDG app id, in the relevant "[output]" section in the weston config file. Fixes: #277 Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9f6b08c3..239bd2da 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -124,6 +124,12 @@ option(
value: true,
description: 'Weston shell UI: IVI (automotive)'
)
+option(
+ 'shell-kiosk',
+ type: 'boolean',
+ value: true,
+ description: 'Weston shell UI: kiosk (desktop apps)'
+)
option(
'desktop-shell-client-default',