From cc226769d3d79a5a5892abbe88f623ce8f83a854 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 19 Jul 2021 16:59:05 +0200 Subject: [PATCH] i3: make a 1:1 split for Emacs workspace --- ws-emacs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ws-emacs.json b/ws-emacs.json index c6d5c6a..c37e35a 100644 --- a/ws-emacs.json +++ b/ws-emacs.json @@ -2,10 +2,10 @@ "layout": "splith", "percent": 1, "nodes": [ - {"swallows": [{"class": "^Emacs$"}], "percent": 0.55}, + {"swallows": [{"class": "^Emacs$"}], "percent": 0.5}, { "layout": "splitv", - "percent": 0.45, + "percent": 0.5, "nodes": [ {"swallows": [{"class": "^Vbeterm$"}]}, {"swallows": [{"class": "^Vbeterm$"}]}