2025-03-31 17:56:15 +02:00
|
|
|
{ ... }:
|
2023-11-06 18:33:34 +01:00
|
|
|
{
|
|
|
|
|
programs.kitty = {
|
|
|
|
|
enable = true;
|
|
|
|
|
|
2025-03-31 17:56:15 +02:00
|
|
|
theme = "3024 Night";
|
|
|
|
|
|
2023-11-06 18:33:34 +01:00
|
|
|
font = {
|
2025-06-09 01:01:32 +02:00
|
|
|
name = "GohuFont 14 Nerd Font Mono";
|
2024-06-21 09:48:00 +02:00
|
|
|
size = 9;
|
2023-11-06 18:33:34 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
settings = {
|
2024-02-23 18:43:36 +01:00
|
|
|
confirm_os_window_close = 0;
|
2025-03-31 17:56:15 +02:00
|
|
|
background_opacity = "0.75";
|
2023-11-06 21:54:14 +01:00
|
|
|
window_padding_width = 10;
|
2023-11-06 18:33:34 +01:00
|
|
|
scrollback_lines = 10000;
|
2024-03-30 02:16:46 +01:00
|
|
|
enable_audio_bell = false;
|
2024-02-13 21:08:08 +01:00
|
|
|
mouse_hide_wait = 60;
|
2025-03-31 17:56:15 +02:00
|
|
|
|
2024-02-23 18:43:36 +01:00
|
|
|
## Tabs
|
|
|
|
|
tab_title_template = "{index}";
|
|
|
|
|
active_tab_font_style = "normal";
|
|
|
|
|
inactive_tab_font_style = "normal";
|
2024-02-23 18:52:07 +01:00
|
|
|
tab_bar_style = "powerline";
|
2024-08-30 13:20:06 +02:00
|
|
|
tab_powerline_style = "slanted";
|
2024-02-23 19:01:54 +01:00
|
|
|
active_tab_foreground = "#1e1e2e";
|
2024-02-23 18:55:59 +01:00
|
|
|
active_tab_background = "#cba6f7";
|
2024-02-23 18:59:33 +01:00
|
|
|
inactive_tab_foreground = "#bac2de";
|
2024-02-23 19:00:48 +01:00
|
|
|
inactive_tab_background = "#313244";
|
2024-02-13 21:08:08 +01:00
|
|
|
};
|
|
|
|
|
|
2025-03-31 17:56:15 +02:00
|
|
|
keybindings = {
|
2024-02-23 18:29:44 +01:00
|
|
|
## Unbind
|
2024-02-13 21:08:08 +01:00
|
|
|
"ctrl+shift+left" = "no_op";
|
|
|
|
|
"ctrl+shift+right" = "no_op";
|
2023-11-06 18:33:34 +01:00
|
|
|
};
|
|
|
|
|
};
|
2024-06-21 09:48:00 +02:00
|
|
|
}
|