From a1ab5a5a2706a9e63886e799fc0c47392babad37 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Thu, 21 Nov 2024 10:15:03 +0100 Subject: [PATCH] close on last window --- files/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/kitty/kitty.conf b/files/kitty/kitty.conf index 167b456..9502ad0 100644 --- a/files/kitty/kitty.conf +++ b/files/kitty/kitty.conf @@ -1433,7 +1433,7 @@ remember_window_size yes #: kitty will cycle through various known editors (vim, emacs, etc.) #: and take the first one that exists on your system. -close_on_child_death yes +# close_on_child_death yes #: Close the window when the child process (usually the shell) exits. #: With the default value no, the terminal will remain open when the @@ -1839,7 +1839,7 @@ macos_titlebar_color background #: Dock). Changing this option by reloading the config is not #: supported. -# macos_quit_when_last_window_closed no +macos_quit_when_last_window_closed yes #: Have kitty quit when all the top-level windows are closed on macOS. #: By default, kitty will stay running, even with no open windows, as