summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2025-02-26 20:16:44 -0600
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitc22d778256cc10ac33b7452d92afd13d6e9e0722 (patch)
tree6e2af0b12b2450deb1d425a940a2f8ddd9bb639f
parent420a506c7036e9a88bcd2c906706a37e41c58ee5 (diff)
fix(wezterm): increase font size
-rw-r--r--dot_config/wezterm/wezterm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua
index 6837541..4d6eba0 100644
--- a/dot_config/wezterm/wezterm.lua
+++ b/dot_config/wezterm/wezterm.lua
@@ -15,7 +15,7 @@ local font = wezterm.font_with_fallback({
{ family = "JetBrains Mono" },
})
-local font_size = 12
+local font_size = 13
local width = 120
local length = 40