summaryrefslogtreecommitdiffstats
path: root/recipes-demo/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json')
-rw-r--r--recipes-demo/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes-demo/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json b/recipes-demo/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
deleted file mode 100644
index 90180dca..00000000
--- a/recipes-demo/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "areas": [
- {
- "name": "fullscreen",
- "rect": {
- "x": 0,
- "y": 0,
- "w": 1920,
- "h": 1080
- }
- },
- {
- "name": "normal.full",
- "rect": {
- "x": 640,
- "y": 180,
- "w": 640,
- "h": 720
- }
- },
- {
- "name": "restriction.normal",
- "rect": {
- "x": 640,
- "y": 180,
- "w": 640,
- "h": 720
- }
- },
- {
- "name": "on_screen",
- "rect": {
- "x": 640,
- "y": 180,
- "w": 640,
- "h": 720
- }
- }
- ]
-}