From 311f0156bfca1ef4d544188c6a28fe231fcd1361 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Sun, 3 Aug 2025 15:29:15 -0500 Subject: feat(wezterm) increase initial size to fullscreen --- dot_config/wezterm/wezterm.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_config/wezterm/wezterm.lua') diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 12d0d98..c0a57ae 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -16,8 +16,8 @@ local font = wezterm.font_with_fallback({ }) local font_size = chezmoi.font_size -local width = 120 -local length = 40 +local width = 205 +local length = 100 local config = { font = font, -- cgit v1.2.3