summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/music.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/layouts/music.json')
-rw-r--r--.config/i3/layouts/music.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/i3/layouts/music.json b/.config/i3/layouts/music.json
new file mode 100644
index 0000000..8f80aab
--- /dev/null
+++ b/.config/i3/layouts/music.json
@@ -0,0 +1,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"
+ }
+ ]
+}