diff options
Diffstat (limited to 'dot_config/wezterm')
| -rw-r--r-- | dot_config/wezterm/wezterm.lua | 4 |
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, |
