mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user