summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/music.json
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-05-14 22:13:09 +0200
committerJokler <jokler.contact@gmail.com>2019-05-14 22:13:09 +0200
commit64b3f5883e5523e5193ba1583790cc8cfafcfe6e (patch)
tree8c604f28ede436cb2f43bd0a1c3c70d4e12461e6 /.config/i3/layouts/music.json
downloaddotfiles-64b3f5883e5523e5193ba1583790cc8cfafcfe6e.tar.gz
dotfiles-64b3f5883e5523e5193ba1583790cc8cfafcfe6e.zip
Add scripts, polybar and i3 config files
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"
+ }
+ ]
+}