summaryrefslogtreecommitdiff
path: root/dot_config/wezterm
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2025-05-16 21:49:04 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit2a20580b89d6b071119effd6d1d551c4682cc7f7 (patch)
tree38bfd991b4a1d6a3876860736d8ee8d4ec432a4d /dot_config/wezterm
parent25bd09bd1c8c7958b034af2ec09f7aee66d120eb (diff)
fix(wezterm): change font_size to 12
Diffstat (limited to 'dot_config/wezterm')
-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 4d6eba0..6837541 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 = 13
+local font_size = 12
local width = 120
local length = 40