From 2f0cc73f6831457ff3a45fbccda9af14047996fe Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 29 Oct 2023 09:54:18 +0100 Subject: [PATCH] wezterm: default font size --- .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 7b445fd..a0c8f0b 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -93,7 +93,7 @@ return { warn_about_missing_glyphs = false, bold_brightens_ansi_colors = false, allow_square_glyphs_to_overflow_width = "Always", - font_size = 13.5, + font_size = 20, command_palette_font_size = 13.5, line_height = 1.1, initial_cols = 132,