summaryrefslogtreecommitdiff
path: root/dot_config/wezterm
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2025-08-03 15:29:15 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit311f0156bfca1ef4d544188c6a28fe231fcd1361 (patch)
treeafbe38416a02644a7b8728b49d84ec87879c9555 /dot_config/wezterm
parent39e1858d2ff4f9e5b65c124053b454f4cbca232d (diff)
feat(wezterm) increase initial size to fullscreen
Diffstat (limited to 'dot_config/wezterm')
-rw-r--r--dot_config/wezterm/wezterm.lua4
1 files changed, 2 insertions, 2 deletions
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,