From 461c7af7ef31feb1db7e39762011ca0e54242d76 Mon Sep 17 00:00:00 2001
From: ZachIR <zachir@librem.one>
Date: Sat, 18 Jan 2025 23:41:09 -0600
Subject: Remove kitty close confirmation

This confirmation would prompt even if only the shell was open; not
anymore.
---
 kitty/kitty.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
cgit v1.2.3