From 79340591f91fb186b963fc9f3ed23c105d4fba93 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 15 Apr 2024 16:31:43 -0500 Subject: feat(wezterm): set bigger default window dimensions --- dot_config/wezterm/wezterm.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot_config') diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index bdfcfcb..021ed51 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -8,10 +8,14 @@ local font = wezterm.font_with_fallback({ }) local font_size = 12 +local width = 120 +local length = 40 local config = { font = font, font_size = font_size, + initial_cols = width, + initial_rows = length, color_scheme = "Gruvbox dark, medium (base16)", -- TODO: Create custom color scheme in separate module (colors.lua) window_background_opacity = 0.9, -- cgit v1.2.3