From b46fd01c4e2a99496cd6903811b3657af23ea09d Mon Sep 17 00:00:00 2001 From: Kai Norman Clasen Date: Sun, 10 Dec 2023 13:35:06 +0100 Subject: [PATCH] doc: Update `gtk-titlebar` documentation Mention that changes to `gtk-titlebar` only affects new windows. --- src/config/Config.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index b6d763bea..d011dd413 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -550,6 +550,9 @@ keybind: Keybinds = .{}, /// /// This option does nothing when window-decoration is false or when running /// under MacOS. +/// +/// Changing this value at runtime and reloading the configuration will only +/// affect new windows. @"gtk-titlebar": bool = true, /// Whether to allow programs running in the terminal to read/write to