diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index f41fb3d..e58b6fe 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -9,6 +9,12 @@ local ENABLE_MULTIPLEXING = true -- General settings +config.window_padding = { + left = 0, + right = 0, + top = 0, + bottom = 0, +} config.audible_bell = "Disabled" config.warn_about_missing_glyphs = false