From 45156bb13fb1e683d1aaa61a08ce43836ce00729 Mon Sep 17 00:00:00 2001
From: "flyingscorpio@arch-desktop" <tfranken@protonmail.com>
Date: Thu, 9 Jul 2020 09:32:57 +0200
Subject: [PATCH] Enable exit on child exit

---
 dotfiles/kitty.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/kitty.conf b/dotfiles/kitty.conf
index 79b3f0b..1910737 100644
--- a/dotfiles/kitty.conf
+++ b/dotfiles/kitty.conf
@@ -720,7 +720,7 @@ editor .
 #: variable has to be set not just in your shell startup scripts but
 #: system-wide, otherwise kitty will not see it.
 
-close_on_child_death no
+close_on_child_death yes
 
 #: Close the window when the child process (shell) exits. If no (the
 #: default), the terminal will remain open when the child exits as