aboutsummaryrefslogtreecommitdiffstats
path: root/layers.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-11-27 14:56:50 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-11-27 14:56:50 +0100
commit0a98360c38431ccea2679955dd0e43af129d0256 (patch)
tree53331240059fc8d660d869192001cd159b97506a /layers.json
parent7fb167a27e9e12ef38c5942cf73679bff12a5b25 (diff)
Draft: Allow XDG to be displayed.
Change-Id: I962ae2f35ce8af6c4459982b4e8a1e25e9238252 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'layers.json')
-rw-r--r--layers.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/layers.json b/layers.json
index 98d69e0..bf0a6f9 100644
--- a/layers.json
+++ b/layers.json
@@ -22,6 +22,13 @@
"comment": "Range of IDs that will always be placed on layer 1001, negative rect values are interpreted as output_size.dimension - $value"
},
{
+ "role": "^XDG$",
+ "name": "xdg-apps",
+ "layer_id": 1002,
+ "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } },
+ "comment": "Range of IDs dedicated for XDG apps that will always be placed on layer 1002, negative rect values are interpreted as output_size.dimension - $value"
+ },
+ {
"role": "^OnScreen.*",
"name": "popups",
"layer_id": 9999,