From 1b1550dab1827f5ce1f5a49e0d3a2f070214f11e Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 23 Feb 2024 18:33:36 +0100 Subject: [PATCH] change kitty config --- modules/home/kitty/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index 6ce6158..eed5024 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -11,12 +11,13 @@ }; settings = { - confirm_os_window_close = 0; + confirm_os_window_close = 1; background_opacity = "0.55"; window_padding_width = 10; scrollback_lines = 10000; enable_audio_bell = false; mouse_hide_wait = 60; + tab_title_template = "{title}"; }; keybindings = {