From 8a8af17333a3d3bfe33f9bc36e04eaf0c4559e85 Mon Sep 17 00:00:00 2001 From: Li Tang Date: Mon, 20 Apr 2026 18:07:20 +0800 Subject: [PATCH] fix(ghostty): reduce window-padding-y from 8 to 2 to minimize bottom gap Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty/config b/ghostty/config index 4127023..9044649 100644 --- a/ghostty/config +++ b/ghostty/config @@ -20,7 +20,7 @@ background-opacity = 0.9 background-blur-radius = 20 macos-titlebar-style = transparent window-padding-x = 10 -window-padding-y = 8 +window-padding-y = 2 window-save-state = always window-theme = auto