blob: 97405e2eb26ba9707c8a39b9cebceb56e03b3242 (
plain) (
blame)
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
|
{
"layout": "splith",
"percent": 1,
"type": "con",
"nodes": [
{
"name": "IRC Client",
"percent": 0.75,
"swallows": [
{
"class": "^Termite$",
"instance": "^weechat$"
}
],
"type": "con"
},
{
"name": "Voice Coms",
"percent": 0.25,
"swallows": [
{
"class": "^TeamSpeak\\ 3$",
"instance": "^ts3client_linux_amd64$",
"title": "^TeamSpeak\\ 3$"
}
],
"type": "con"
}
]
}
|