From 756d176ba5a6b5916b109089e633126e381c96fe Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Nov 2018 22:04:22 -0500 Subject: adjust terminal workspace sizing keep 80x24 since apparently alacritty adjusted the way they calculate padding --- config/i3/terminal-workspace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/i3/terminal-workspace.json b/config/i3/terminal-workspace.json index 8275b18..c5d5873 100644 --- a/config/i3/terminal-workspace.json +++ b/config/i3/terminal-workspace.json @@ -2,7 +2,7 @@ "border": "pixel", "floating": "auto_off", "layout": "splitv", - "percent": 0.295, + "percent": 0.3, "type": "con", "nodes": [ { @@ -66,7 +66,7 @@ "border": "pixel", "floating": "auto_off", "layout": "splitv", - "percent": 0.705, + "percent": 0.7, "type": "con", "nodes": [ { -- cgit v1.2.3-54-g00ecf