From c69d199d7381de917acb8747dc10cd5f7aec83b2 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 11 Feb 2025 13:12:36 -0800 Subject: [PATCH] Ghostty fonts: Disable ligatures and use menlo --- assets/default/ghostty/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/default/ghostty/config b/assets/default/ghostty/config index 85e6218..c42ea84 100644 --- a/assets/default/ghostty/config +++ b/assets/default/ghostty/config @@ -1,3 +1,10 @@ +# Font configuration +font-family = Menlo + +# Disable ligatures +font-feature = -calt + +# Configure theme theme = Wombat-iTerm # theme = light:Builtin Solarized Light,dark:Builtin Solarized Dark