diff options
author | ZachIR <zachir@librem.one> | 2025-01-18 23:41:09 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-18 23:45:48 -0600 |
commit | 461c7af7ef31feb1db7e39762011ca0e54242d76 (patch) | |
tree | a49cef3982ae0813a026a5d9f0f01f6d1112ec65 /kitty | |
parent | 44fbfc95f779e5d6bbdaaf250ada4dfcdae5cb2a (diff) |
Remove kitty close confirmation
This confirmation would prompt even if only the shell was open; not
anymore.
Diffstat (limited to 'kitty')
-rw-r--r-- | kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index ceeaf72..540419a 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -879,7 +879,7 @@ resize_draw_strategy static #: insensitive, from the set [0-9A-Z]. Specify your preference as a #: string of characters. -# confirm_os_window_close -1 +confirm_os_window_close 0 #: Ask for confirmation when closing an OS window or a tab with at #: least this number of kitty windows in it by window manager (e.g. |