From 9389d6790a906cc4b0f3a878493c08c048a43792 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 17 Aug 2021 22:40:43 +0200 Subject: [PATCH] i3: give more space to Emacs in its workspace --- ws-emacs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ws-emacs.json b/ws-emacs.json index c37e35a..c6d5c6a 100644 --- a/ws-emacs.json +++ b/ws-emacs.json @@ -2,10 +2,10 @@ "layout": "splith", "percent": 1, "nodes": [ - {"swallows": [{"class": "^Emacs$"}], "percent": 0.5}, + {"swallows": [{"class": "^Emacs$"}], "percent": 0.55}, { "layout": "splitv", - "percent": 0.5, + "percent": 0.45, "nodes": [ {"swallows": [{"class": "^Vbeterm$"}]}, {"swallows": [{"class": "^Vbeterm$"}]}