From 6f82004183ebdb15b7907b3c6c6eec93ab878d95 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 26 Jan 2024 00:09:16 +0100 Subject: [PATCH] Document that window padding changes need a restart --- src/config/Config.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 300c275ff..7e3634819 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -555,6 +555,8 @@ keybind: Keybinds = .{}, /// grid will be completely squished by the padding. It is up to you as the user /// 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. @"window-padding-x": u32 = 2, @"window-padding-y": u32 = 2,