1
1
Fork 0

ghostty: fix font hinting

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-10 18:06:03 -06:00
parent aa7d654381
commit 15f1278142
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -22,7 +22,7 @@ in {
enable = true; enable = true;
# https://ghostty.org/docs/config/reference # https://ghostty.org/docs/config/reference
settings = rec { settings = {
adjust-cell-width = -1; adjust-cell-width = -1;
# https://ghostty.org/docs/config/reference#adw-toolbar-style # https://ghostty.org/docs/config/reference#adw-toolbar-style
@ -34,12 +34,15 @@ in {
# https://ghostty.org/docs/config/reference#font-family # https://ghostty.org/docs/config/reference#font-family
#?? ghostty +list-fonts #?? ghostty +list-fonts
#?? ghostty +show-face #?? ghostty +show-face
font-family = with config.custom.settings.fonts; [monospace fallback]; font-family = with config.custom.settings.fonts; ["monospace" fallback];
font-family-bold = font-family;
# https://ghostty.org/docs/config/reference#font-size # https://ghostty.org/docs/config/reference#font-size
font-size = 14; font-size = 14;
# https://github.com/ghostty-org/ghostty/discussions/3515
# https://ghostty.org/docs/config/reference#freetype-load-flags
freetype-load-flags = "no-force-autohint";
# https://ghostty.org/docs/config/reference#gtk-titlebar # https://ghostty.org/docs/config/reference#gtk-titlebar
gtk-titlebar = false; gtk-titlebar = false;