Fix ghostty padding unbalanced issue

This commit is contained in:
Yan Lin 2025-08-29 14:58:18 +02:00
parent 1cf3877ba5
commit d03e84b14a

View file

@ -29,8 +29,7 @@
window-theme = "dark"; window-theme = "dark";
window-width = 150; window-width = 150;
window-height = 40; window-height = 40;
window-padding-x = 4; window-padding-balance = true;
window-padding-y = 4;
# Shell integration # Shell integration
shell-integration = "detect"; shell-integration = "detect";