aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/layout/half_diquarter.json
blob: 9d2ee23afd26c06e19de5afb477c05c81b7615b7 (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
33
34
35
{
	"layout": "splith",
	"nodes": [
		{
			"percent": 0.5,
			"swallows": [
				{
					"instance": ".*"
				}
			]
		},
		{
			"layout": "splitv",
			"percent": 0.5,
			"nodes": [
				{
					"percent": 0.5,
					"swallows": [
						{
							"instance": ".*"
						}
					]
				},
				{
					"percent": 0.5,
					"swallows": [
						{
							"instance": ".*"
						}
					]
				}
			]
		}
	]
}