From 8a833fb4e95ab64279bf162adbc2d1a26246380b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 18 Oct 2023 17:32:37 +0100 Subject: [PATCH] refactor(wezterm): bump up the font size to 15 --- home/apps/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/apps/wezterm/wezterm.lua b/home/apps/wezterm/wezterm.lua index 74fc22a..85e1a3d 100644 --- a/home/apps/wezterm/wezterm.lua +++ b/home/apps/wezterm/wezterm.lua @@ -15,7 +15,7 @@ c.font = wezterm.font_with_fallback({ "Symbols Nerd Font", "Builtin", }) -c.font_size = 12 +c.font_size = 15 c.default_prog = { "fish", "-l" }