From 9186d726722b4070792312e290d9f4ed3c7bfd78 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 11 Jan 2025 11:51:44 -0600 Subject: [PATCH] ghostty: disable hinting fix Signed-off-by: Myned --- options/custom/programs/ghostty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/programs/ghostty.nix b/options/custom/programs/ghostty.nix index b328b49..735fcdf 100644 --- a/options/custom/programs/ghostty.nix +++ b/options/custom/programs/ghostty.nix @@ -39,9 +39,9 @@ in { # https://ghostty.org/docs/config/reference#font-size 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://github.com/ghostty-org/ghostty/discussions/3515 + #// freetype-load-flags = "no-force-autohint"; # https://ghostty.org/docs/config/reference#gtk-titlebar gtk-titlebar = false;