config: clarify reload

This commit is contained in:
Mitchell Hashimoto
2023-07-03 19:45:36 -07:00
parent 338f89679d
commit 7896f99f2f

View File

@ -68,8 +68,8 @@ pub const Config = struct {
/// A value less than 0 or greater than 1 will be clamped to the nearest /// A value less than 0 or greater than 1 will be clamped to the nearest
/// valid value. /// valid value.
/// ///
/// This can be changed at runtime for native macOS and Linux GTK builds. /// Changing this value at runtime (and reloading config) will only
/// This can NOT be changed at runtime for GLFW builds (not common). /// affect new windows, tabs, and splits.
@"background-opacity": f64 = 1.0, @"background-opacity": f64 = 1.0,
/// The command to run, usually a shell. If this is not an absolute path, /// The command to run, usually a shell. If this is not an absolute path,