start launcher and lastmode after homescreen started
[apps/agl-service-homescreen.git] / conf / hs-conf.json
index 84a8386..0c01ebd 100644 (file)
@@ -3,32 +3,38 @@
                "times": 20000,
                "sleep": 50
        },
-       "hs-apps": [
-               {
-                       "appid": "homescreen",
-                       "visibility": "visible"
-               },
-               {
-                       "appid": "launcher",
-                       "visibility": "invisible"
-               },
-               {
-                       "appid": "onscreenapp",
-                       "visibility": "invisible"
-               },
-               {
-                       "appid": "restriction",
-                       "visibility": "invisible"
-               }
-       ],
-       "default-lastmode": [
-               {
-                       "appid": "launcher",
-                       "area": "normal.full"
-               }
-       ],
-       "normal-apps": {
-                       "appid": "warehouse",
-                       "visibility": "invisible"
+       "recover": {
+               "hs-apps": [
+                       {
+                               "appid": "homescreen",
+                               "visibility": "visible"
+                       },
+                       {
+                               "appid": "launcher",
+                               "visibility": "invisible",
+                               "after": "homescreen"
+                       },
+                       {
+                               "appid": "onscreenapp",
+                               "visibility": "invisible"
+                       },
+                       {
+                               "appid": "restriction",
+                               "visibility": "invisible"
+                       }
+               ],
+               "default-lastmode": [
+                       {
+                               "appid": "launcher",
+                               "visibility": "visible",
+                               "after": "homescreen"
+                       }
+               ],
+               "normal-apps": [
+                       {
+                               "appid": "warehouse",
+                               "visibility": "invisible"
+                       }
+               ]
        }
 }
\ No newline at end of file