From df84e705a04434619e5760c992c91c5a1d914c8e Mon Sep 17 00:00:00 2001 From: Li Tang Date: Mon, 20 Apr 2026 18:09:30 +0800 Subject: [PATCH] fix(ghostty): add window-padding-balance to eliminate bottom gap adjust-cell-height=2 causes fractional row space to accumulate at the bottom of the window. window-padding-balance=true distributes leftover pixels evenly between top and bottom instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ghostty/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ghostty/config b/ghostty/config index 9044649..368ac9e 100644 --- a/ghostty/config +++ b/ghostty/config @@ -21,6 +21,7 @@ background-blur-radius = 20 macos-titlebar-style = transparent window-padding-x = 10 window-padding-y = 2 +window-padding-balance = true window-save-state = always window-theme = auto