From 898bffb6e5709be2577a352d88a5f7f1a3321fac Mon Sep 17 00:00:00 2001 From: Justin Su Date: Fri, 26 Jul 2024 16:23:03 -0400 Subject: [PATCH] Update docs for `window-padding-x/y` --- src/config/Config.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index a9bbc226b..81799d167 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -646,7 +646,8 @@ keybind: Keybinds = .{}, /// to pick a reasonable value. If you pick an unreasonable value, a warning /// will appear in the logs. /// -/// Changing these values will only apply after restart. +/// Changing this configuration at runtime will only affect new terminals, +/// i.e. new windows, tabs, etc. @"window-padding-x": u32 = 2, @"window-padding-y": u32 = 2,