From c71739fcd9a927757a804fc198d9b9fc9acc7d4d Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 17 Feb 2022 15:49:41 +0100 Subject: [PATCH] wezterm: font size + line height --- .config/wezterm/wezterm.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 2a3fdcd..4eefa3b 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -113,17 +113,17 @@ return { -- freetype_interpreter_version = 40, -- freetype_load_flags = "FORCE_AUTOHINT", warn_about_missing_glyphs = false, - bold_brightens_ansi_colors = false, - font_size = 12.5, - line_height = 1.0, + + font_size = 12.0, + line_height = 1.1, initial_cols = 110, initial_rows = 49, window_padding = { - left = 0, - right = 0, + left = 10, + right = 10, top = 0, bottom = 0, },