diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 966c9a2..d12473a 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -122,8 +122,8 @@ return { initial_cols = 110, initial_rows = 49, window_padding = { - left = 10, - right = 10, + left = 0, + right = 0, top = 0, bottom = 0, },