diff options
Diffstat (limited to '.config/i3/layouts/videos.json')
| -rw-r--r-- | .config/i3/layouts/videos.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/i3/layouts/videos.json b/.config/i3/layouts/videos.json new file mode 100644 index 0000000..b353149 --- /dev/null +++ b/.config/i3/layouts/videos.json @@ -0,0 +1,11 @@ +{ + "name": "mpv", + "percent": 1, + "swallows": [ + { + "class": "^mpv$", + "instance": "^gl$" + } + ], + "type": "con" +} |
