summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/music.json
blob: e5c13633c02daa4226b6edc772b29d1456f28e67 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "layout": "splitv",
    "percent": 1,
    "type": "con",
    "nodes": [
        {
            "name": "MPD Interface",
            "percent": 0.8,
            "swallows": [
               {
                  "instance": "^vimpc$"
               }
            ],
            "type": "con"
        },
        {
            "layout": "splith",
            "percent": 0.2,
            "type": "con",
            "nodes": [
                {
                    "percent": 0.88,
                    "name": "Visualizer",
                    "swallows": [
                        {
                            "instance": "^cava$"
                        }
                    ],
                    "type": "con"
                },
                {
                    "percent": 0.12,
                    "name": "Cover Art",
                    "swallows": [
                        {
                            "instance": "^Kunst$"
                        }
                    ],
                    "type": "con"
                }
            ]
        }
    ]
}