summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/videos.json
blob: b3531497dda0395da0267241e3439b0920063e04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "mpv",
    "percent": 1,
    "swallows": [
       {
          "class": "^mpv$",
          "instance": "^gl$"
       }
    ],
    "type": "con"
}