summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/resources
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-09-14 17:33:12 +0200
committerHolger Freyther <holger+qt@freyther.de>2017-10-24 12:06:40 +0000
commita55e76398219a2188691ca718216b9faca7abe18 (patch)
treeaa50e3a05e7a0c7d78ee1e8f45cd4722b50ae3d8 /wayland/democompositor/resources
parent04c907b60b7da6175f81fb1b5f61cc4ce3f71e1e (diff)
democompositor: Allow arbitrary extensions inside the app map
Allow extensions and let them begin with X-. Briefly document it, add some extensions as an example and briefly test that the right values are parsed. Change-Id: I7a9ae6b2f365802fcce6dce56fa7795f76d83421 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'wayland/democompositor/resources')
-rw-r--r--wayland/democompositor/resources/apps/clock.app5
1 files changed, 4 insertions, 1 deletions
diff --git a/wayland/democompositor/resources/apps/clock.app b/wayland/democompositor/resources/apps/clock.app
index d6f5f56..f28d9b7 100644
--- a/wayland/democompositor/resources/apps/clock.app
+++ b/wayland/democompositor/resources/apps/clock.app
@@ -4,5 +4,8 @@
"Icon": "qrc:/images/Icon_Clocks.png",
"Name": "Clocks",
"Exec": "clocks",
- "Path": "./"
+ "Path": "./",
+ "X-Fullscreen": true,
+ "X-Priority": 100,
+ "X-Screen": "left"
}