mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
config: clarify reload
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user