From cefebdbd0a5116a4f7b3cd8c65d72bf3c02455f4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:44:36 +0100 Subject: [PATCH] quit without confirmation Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/ghostty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/ghostty/default.nix b/home/programs/ghostty/default.nix index c56957e..172424a 100644 --- a/home/programs/ghostty/default.nix +++ b/home/programs/ghostty/default.nix @@ -5,6 +5,7 @@ enableZshIntegration = true; settings = { window-padding-x = 10; + confirm-close-surface = false; window-padding-y = 10; keybind = [ "ctrl+j=goto_split:left"