aboutsummaryrefslogtreecommitdiffstats
path: root/wezterm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-27 10:51:10 -0700
committerGravatar Tom Willemse2026-05-27 10:51:10 -0700
commit2198cb5dc75952a0655f377ef076ebc9a32e0724 (patch)
tree9cf9b6099cb2bee7b49b006c5889051416c1a912 /wezterm
parentec47b0567b5bbd90f48af1af67f118f9b79ac656 (diff)
downloadnew-dotfiles-2198cb5dc75952a0655f377ef076ebc9a32e0724.tar.gz
new-dotfiles-2198cb5dc75952a0655f377ef076ebc9a32e0724.zip
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.
Diffstat (limited to 'wezterm')
-rw-r--r--wezterm/.config/wezterm/wezterm.lua4
1 files changed, 4 insertions, 0 deletions
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,