From eaf847381ae748b2abb072022815f6d3150f7dba Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 17 Nov 2023 22:00:33 -0800 Subject: [PATCH] config: clarify runtime reloading of shader stuff --- src/config/Config.zig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 543792225..42af30825 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -621,6 +621,9 @@ keybind: Keybinds = .{}, /// /// This can be repeated multiple times to load multiple shaders. The shaders /// will be run in the order they are specified. +/// +/// Changing this value at runtime and reloading the configuration will only +/// affect new windows, tabs, and splits. @"custom-shader": RepeatablePath = .{}, /// If true (default), the focused terminal surface will run an animation @@ -631,6 +634,9 @@ keybind: Keybinds = .{}, /// If this is set to false, the terminal and custom shader will only render /// when the terminal is updated. This is more efficient but the shader will /// not animate. +/// +/// This value can be changed at runtime and will affect all currently +/// open terminals. @"custom-shader-animation": bool = true, /// If anything other than false, fullscreen mode on macOS will not use the