From d81c541c9726d04029fd517e5a8c8049d47fd88f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 28 Aug 2025 15:21:41 +0200 Subject: [PATCH] Minor change of ghostty config --- modules/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ghostty.nix b/modules/ghostty.nix index 8a2656a..51aa3c7 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -52,6 +52,9 @@ # Bell desktop-notifications = false; + + # Quit behavior + confirm-close-surface = false; }; };