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 = {