i3: make a 1:1 split for Emacs workspace

This commit is contained in:
Vincent Bernat 2021-07-19 16:59:05 +02:00
parent f267250c42
commit cc226769d3

View file

@ -2,10 +2,10 @@
"layout": "splith", "layout": "splith",
"percent": 1, "percent": 1,
"nodes": [ "nodes": [
{"swallows": [{"class": "^Emacs$"}], "percent": 0.55}, {"swallows": [{"class": "^Emacs$"}], "percent": 0.5},
{ {
"layout": "splitv", "layout": "splitv",
"percent": 0.45, "percent": 0.5,
"nodes": [ "nodes": [
{"swallows": [{"class": "^Vbeterm$"}]}, {"swallows": [{"class": "^Vbeterm$"}]},
{"swallows": [{"class": "^Vbeterm$"}]} {"swallows": [{"class": "^Vbeterm$"}]}