summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/music.json
blob: 8f80aabdf766dce3ae57f6ac49f9272ca22e6466 (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
{
    "layout": "splitv",
    "percent": 1,
    "type": "con",
    "nodes": [
        {
            "name": "MPD Interface",
            "percent": 0.8,
            "swallows": [
               {
                  "instance": "^vimpc$"
               }
            ],
            "type": "con"
        },
        {
            "name": "Visualizer",
            "percent": 0.2,
            "swallows": [
               {
                  "instance": "^cava$"
               }
            ],
            "type": "con"
        }
    ]
}