From a2d1140229abc6ac4ac52f9b712dcce8fbcd4709 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Apr 2022 19:57:54 +0530 Subject: [PATCH] Forgot to run gen-config.py after changing default for confirm_os_window_close --- kitty/options/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/types.py b/kitty/options/types.py index 72c064122..476e779ce 100644 --- a/kitty/options/types.py +++ b/kitty/options/types.py @@ -482,7 +482,7 @@ class Options: clipboard_max_size: float = 64.0 close_on_child_death: bool = False command_on_bell: typing.List[str] = ['none'] - confirm_os_window_close: int = 0 + confirm_os_window_close: int = -1 copy_on_select: str = '' cursor: typing.Optional[kitty.fast_data_types.Color] = Color(204, 204, 204) cursor_beam_thickness: float = 1.5