From 33b1269815ee6505b6a0d7839bbefe5481410533 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 23 Feb 2024 18:43:36 +0100 Subject: [PATCH] change kitty config --- modules/home/kitty/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index eed5024..d7343b5 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -11,13 +11,20 @@ }; settings = { - confirm_os_window_close = 1; + confirm_os_window_close = 0; background_opacity = "0.55"; window_padding_width = 10; scrollback_lines = 10000; enable_audio_bell = false; mouse_hide_wait = 60; - tab_title_template = "{title}"; + + ## Tabs + tab_title_template = "{index}"; + active_tab_font_style = "normal"; + inactive_tab_font_style = "normal"; + tab_powerline_style = "round"; + tab_activity_symbol = "◉"; + tab_bar_edge = "top"; }; keybindings = {