From a6328ee6ad97bcd8a94d7964395dd6742bf20f7d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 20 Aug 2021 19:38:34 +0200 Subject: [PATCH] Revert "i3: give more space to Emacs in its workspace" This reverts commit 9389d6790a906cc4b0f3a878493c08c048a43792. --- 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$"}]}