From 7896f99f2f46303ecb871589f9ab47ddbe654cdd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 3 Jul 2023 19:45:36 -0700 Subject: [PATCH] config: clarify reload --- src/config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.zig b/src/config.zig index e5a8d7871..ca4d8ff9a 100644 --- a/src/config.zig +++ b/src/config.zig @@ -68,8 +68,8 @@ pub const Config = struct { /// A value less than 0 or greater than 1 will be clamped to the nearest /// valid value. /// - /// This can be changed at runtime for native macOS and Linux GTK builds. - /// This can NOT be changed at runtime for GLFW builds (not common). + /// Changing this value at runtime (and reloading config) will only + /// affect new windows, tabs, and splits. @"background-opacity": f64 = 1.0, /// The command to run, usually a shell. If this is not an absolute path,