aboutsummaryrefslogtreecommitdiffstats
path: root/conf/hs-conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf/hs-conf.json')
-rw-r--r--conf/hs-conf.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/hs-conf.json b/conf/hs-conf.json
new file mode 100644
index 0000000..633f585
--- /dev/null
+++ b/conf/hs-conf.json
@@ -0,0 +1,32 @@
+{
+ "handshake": {
+ "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"
+ }
+} \ No newline at end of file