ghostty: fix font hinting
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
aa7d654381
commit
15f1278142
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue