From d8061c7ec1cc2269cb8ed0e8e459bdf117839371 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 21:43:46 +0100 Subject: [PATCH] fix --- modules/home/kitty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index f6694ed..c60a44f 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -11,7 +11,7 @@ }; settings = { - confirm_os_window_close = false; + confirm_os_window_close = 0; background_opacity = "0.55"; window_padding_width = 5; scrollback_lines = 10000;