diff options
Diffstat (limited to 'conf/hs-conf.json')
-rw-r--r-- | conf/hs-conf.json | 6 |
1 files changed, 4 insertions, 2 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": [ |