From f98b047d4ab87c69ef978a64f544de6362dd4a72 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 16 Sep 2022 06:23:50 -0500 Subject: [PATCH] fix(wezterm): use correct line height --- dots/.config/wezterm/config/fonts.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index e361a4d0..04fa4b05 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -4,6 +4,7 @@ local lib = require("wlib") return { -- use_cap_height_to_scale_fallback_fonts = true, unicode_version = 14, + line_height = 0.9, font = wezterm.font_with_fallback({ { family = "JetBrains Mono",