aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/hs-conf.json6
-rw-r--r--conf/lastmode.json9
2 files changed, 7 insertions, 8 deletions
diff --git a/conf/hs-conf.json b/conf/hs-conf.json
index 35aabf3..0c01ebd 100644
--- a/conf/hs-conf.json
+++ b/conf/hs-conf.json
@@ -11,7 +11,8 @@
},
{
"appid": "launcher",
- "visibility": "invisible"
+ "visibility": "invisible",
+ "after": "homescreen"
},
{
"appid": "onscreenapp",
@@ -25,7 +26,8 @@
"default-lastmode": [
{
"appid": "launcher",
- "visibility": "visible"
+ "visibility": "visible",
+ "after": "homescreen"
}
],
"normal-apps": [
diff --git a/conf/lastmode.json b/conf/lastmode.json
index 12387ad..3d57f46 100644
--- a/conf/lastmode.json
+++ b/conf/lastmode.json
@@ -1,10 +1,7 @@
[
{
- "appid": "navigation",
- "visibility": "visible"
- },
- {
- "appid": "video",
- "visibility": "visible"
+ "appid": "phone",
+ "visibility": "visible",
+ "after": "homescreen"
}
] \ No newline at end of file