aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/layout/triple_term.json
blob: 28df2fe88e2c6c138fb5c5a25e9d61ae7928c3c2 (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": "^urxvt$"
		}
	],
	"type": "con"
}
{
	"layout": "splitv",
	"percent": 0.5,
	"type": "con",
	"nodes": [
		{
			"percent": 0.5,
			"swallows": [
				{
					"instance": "^urxvt$"
				}
			],
			"type": "con"
		},
		{
			"percent": 0.5,
			"swallows": [
				{
					"instance": "^urxvt$"
				}
			],
			"type": "con"
		}
	]
}