summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/coms.json
blob: 6e93d00c6f1ce16bb169734ca393aa9365202e3a (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
{
    "layout": "splith",
    "percent": 1,
    "type": "con",
    "nodes": [
        {
            "name": "Terminal",
            "percent": 0.7,
            "swallows": [
               {
                  "instance": "^weechat$"
               }
            ],
            "type": "con"
        },
        {
            "name": "TeamSpeak 3",
            "percent": 0.3,
            "swallows": [
               {
                  "class": "^TeamSpeak\\ 3$",
                  "instance": "^ts3client_linux_amd64$",
                  "title": "^TeamSpeak\\ 3$"
               }
            ],
            "type": "con"
        }
    ]
}