From 060f6a2f83fad258bf10db94db006eb661b6d46b Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 3 Oct 2025 23:33:16 +0200 Subject: [PATCH] Add kitty configuration --- .config/kitty/kitty.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/kitty/kitty.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..e2b912f --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,27 @@ +# Fonts + +font_family Iosevka Term SS08 +font_size 24.0 + +# Cursor +cursor_shape block +cursor_blink_interval 0 +shell_integration no-cursor + +# Performance tuning + +repaint_delay 8 + +# Transparency + +# dynamic_background_opacity yes +# background_opacity 0.0 + +enable_audio_bell no + +# Scrollback + +scrollback_lines 16384 +scrollback_pager nvimpager + +include ./themes/zenwritten_light.conf