summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-06-22 01:45:00 +0200
committerJokler <jokler@protonmail.com>2020-06-22 01:45:00 +0200
commit3b63dd45a2fbfce2376a705c3c0693984f4ba899 (patch)
tree43947047e73f2dc591411f5fb34c4f69f6e148f2 /.config
parent7b5e339fc29ceaa2f224e130ca7e182234d19909 (diff)
downloaddotfiles-3b63dd45a2fbfce2376a705c3c0693984f4ba899.tar.gz
dotfiles-3b63dd45a2fbfce2376a705c3c0693984f4ba899.zip
i3: Adjust layouts
Diffstat (limited to '.config')
-rw-r--r--.config/i3/layouts/coms.json11
-rw-r--r--.config/i3/layouts/music.json31
2 files changed, 30 insertions, 12 deletions
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"
+ }
+ ]
}
]
}