From 079f71402baeeabb71add68d6b19676b527f50b7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 27 Apr 2025 08:32:46 +0100 Subject: [PATCH] [ghostty] Set font to Jetbrains Mono --- ghostty/.config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index c9be34b..ea8d2a0 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -4,5 +4,5 @@ clipboard-read = allow clipboard-write = allow window-new-tab-position = end theme = Snazzy Soft -font-family = Input Mono +font-family = Jetbrains Mono keybind = global:cmd+\=toggle_quick_terminal \ No newline at end of file