From d03e84b14ae07a63dbb4c0391e9c76ac79366c7e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 29 Aug 2025 14:58:18 +0200 Subject: [PATCH] Fix ghostty padding unbalanced issue --- modules/ghostty.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ghostty.nix b/modules/ghostty.nix index 51aa3c7..e9fb7fd 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -29,8 +29,7 @@ window-theme = "dark"; window-width = 150; window-height = 40; - window-padding-x = 4; - window-padding-y = 4; + window-padding-balance = true; # Shell integration shell-integration = "detect";