aboutsummaryrefslogtreecommitdiffstats
path: root/wezterm
diff options
context:
space:
mode:
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,