From 3b63dd45a2fbfce2376a705c3c0693984f4ba899 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 22 Jun 2020 01:45:00 +0200 Subject: i3: Adjust layouts --- .config/i3/layouts/coms.json | 11 ++++++----- .config/i3/layouts/music.json | 31 ++++++++++++++++++++++++------- 2 files changed, 30 insertions(+), 12 deletions(-) (limited to '.config') diff --git a/.config/i3/layouts/coms.json b/.config/i3/layouts/coms.json index 6e93d00..97405e2 100644 --- a/.config/i3/layouts/coms.json +++ b/.config/i3/layouts/coms.json @@ -4,18 +4,19 @@ "type": "con", "nodes": [ { - "name": "Terminal", - "percent": 0.7, + "name": "IRC Client", + "percent": 0.75, "swallows": [ { - "instance": "^weechat$" + "class": "^Termite$", + "instance": "^weechat$" } ], "type": "con" }, { - "name": "TeamSpeak 3", - "percent": 0.3, + "name": "Voice Coms", + "percent": 0.25, "swallows": [ { "class": "^TeamSpeak\\ 3$", diff --git a/.config/i3/layouts/music.json b/.config/i3/layouts/music.json index 8f80aab..e5c1363 100644 --- a/.config/i3/layouts/music.json +++ b/.config/i3/layouts/music.json @@ -14,14 +14,31 @@ "type": "con" }, { - "name": "Visualizer", + "layout": "splith", "percent": 0.2, - "swallows": [ - { - "instance": "^cava$" - } - ], - "type": "con" + "type": "con", + "nodes": [ + { + "percent": 0.88, + "name": "Visualizer", + "swallows": [ + { + "instance": "^cava$" + } + ], + "type": "con" + }, + { + "percent": 0.12, + "name": "Cover Art", + "swallows": [ + { + "instance": "^Kunst$" + } + ], + "type": "con" + } + ] } ] } -- cgit v1.2.3-70-g09d2