aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/layout/half_diquarter.json
blob: 659aebaaefefc8669d92175eb5fed27fc2ff0419 (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
{
	"percent": 0.5,
	"swallows": [
		{
			"instance": ".*"
		}
	],
	"type": "con"
}
{
	"layout": "splitv",
	"percent": 0.5,
	"type": "con",
	"nodes": [
		{
			"percent": 0.5,
			"swallows": [
				{
					"instance": ".*"
				}
			],
			"type": "con"
		},
		{
			"percent": 0.5,
			"swallows": [
				{
					"instance": ".*"
				}
			],
			"type": "con"
		}
	]
}