From b7b12436141ce449c1f1b1231cb54cb413df9f76 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 30 Sep 2025 14:23:10 +0200 Subject: [PATCH] fix(wezterm): reset window size and padding to defaults --- .config/wezterm/wezterm.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index f45c716..f41fb3d 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -9,16 +9,9 @@ local ENABLE_MULTIPLEXING = true -- General settings -config.window_padding = { - left = 5, - right = 5, - top = 5, - bottom = 5, -} config.audible_bell = "Disabled" config.warn_about_missing_glyphs = false -config.initial_cols = 179 -config.initial_rows = 60 + -- Settings below get overriden if multiplexing is enabled config.window_decorations = "TITLE|RESIZE" config.enable_tab_bar = false