Add kitty configuration
This commit is contained in:
27
.config/kitty/kitty.conf
Normal file
27
.config/kitty/kitty.conf
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user