From 2198cb5dc75952a0655f377ef076ebc9a32e0724 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 27 May 2026 10:51:10 -0700 Subject: wezterm: Don't allow window size to change Font size doesn't usually change, but when it does there's no point in trying to resize the window itself because I'm using a tiling window manager which fixes the window size. --- wezterm/.config/wezterm/wezterm.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wezterm') diff --git a/wezterm/.config/wezterm/wezterm.lua b/wezterm/.config/wezterm/wezterm.lua index 831a73c..565febf 100644 --- a/wezterm/.config/wezterm/wezterm.lua +++ b/wezterm/.config/wezterm/wezterm.lua @@ -51,6 +51,10 @@ local inactive_pane_hsb = { } return { + -- I use a tiling window manager, so the window size can't change when the + -- font size changes. + adjust_window_size_when_changing_font_size = false, + default_cursor_style = 'SteadyBar', colors = colors, -- cgit v1.3-2-g0d8e