Fix: reduced scope and invalidate value
[apps/agl-service-windowmanager.git] / layers.json
index 9cbe007..bf0a6f9 100644 (file)
@@ -12,7 +12,7 @@
          "name": "HomeScreen",
          "layer_id": 1000,
          "area": { "type": "full" },
-         "comment": "Single layer map for the HomeScreen, XXX: type is redundant, could also check existence of id/first_id+last_id"
+         "comment": "Single layer map for the HomeScreen"
       },
       {
          "role": "MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer",
          "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } },
          "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",