aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-graphics/wayland/weston/weston.ini
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2015-11-05 12:33:29 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2015-11-06 15:24:18 +0000
commitfa362551def1806d0b1fba133990ad88142d9d1b (patch)
tree40bb14f38c9c056d3944a583d17857b3d1916437 /meta-agl/recipes-graphics/wayland/weston/weston.ini
parent602320cacf1d9edaaf77bf4dcb9d13ea0ea5146d (diff)
Make Weston desktop-shell panel configurable (backport)
The Weston panel is the top bar containing launcher and clock icons. We might want to disable it for demos. This can now be done by adding in "weston.ini" : [shell] panel-location=none This is a backport from upstream Weston : http://cgit.freedesktop.org/wayland/weston/patch/ ?id=e67118c80ad411ac46b7096aae2635510c80ea6d Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-agl/recipes-graphics/wayland/weston/weston.ini')
-rw-r--r--meta-agl/recipes-graphics/wayland/weston/weston.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston/weston.ini b/meta-agl/recipes-graphics/wayland/weston/weston.ini
index 3241204b6..b533d8908 100644
--- a/meta-agl/recipes-graphics/wayland/weston/weston.ini
+++ b/meta-agl/recipes-graphics/wayland/weston/weston.ini
@@ -1,2 +1,7 @@
[core]
shell=desktop-shell.so
+
+[shell]
+locking=true
+# Uncomment below to hide panel
+#panel-location=none