aboutsummaryrefslogtreecommitdiffstats
path: root/conf/hs-conf.json
blob: 633f585ba2571565f5fd40cc18d8dbf0652d509f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
	}
}