From ea69d13bcf9326abf8c63b7eae6abc0551b1d3ff Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 3 Oct 2023 15:18:39 +0200 Subject: [PATCH] wezterm: line height --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index f08c496..7b445fd 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -95,7 +95,7 @@ return { allow_square_glyphs_to_overflow_width = "Always", font_size = 13.5, command_palette_font_size = 13.5, - line_height = 1.065, + line_height = 1.1, initial_cols = 132, initial_rows = 45, use_resize_increments = true,