From 250563445b4a19fda830af1e2cd494d72fb73bb9 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:39:34 +1000 Subject: [PATCH] force kitty to quit even while a program is running --- modules/home-manager/features/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/features/kitty.nix b/modules/home-manager/features/kitty.nix index f9d3cb9..5c4a317 100644 --- a/modules/home-manager/features/kitty.nix +++ b/modules/home-manager/features/kitty.nix @@ -21,6 +21,7 @@ in settings = { shell = "zellij -l welcome"; remember_window_size = true; + confirm_os_window_close = 0; }; }; };