diff --git a/src/config.zig b/src/config.zig index c7b55060c..6d75e4e11 100644 --- a/src/config.zig +++ b/src/config.zig @@ -164,6 +164,10 @@ pub const Config = struct { /// Additional configuration files to read. @"config-file": RepeatableString = .{}, + // Confirms that a surface should be closed before closing it. This defaults + // to true. If set to false, surfaces will close without any confirmation. + @"confirm-close-surface": bool = true, + /// This is set by the CLI parser for deinit. _arena: ?ArenaAllocator = null,