50 lines
1 KiB
Text
50 lines
1 KiB
Text
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
|
# license: MIT
|
|
|
|
# https://sw.kovidgoyal.net/kitty/overview/#configuring-kitty
|
|
|
|
# pointer settings
|
|
default_pointer_shape arrow
|
|
|
|
# background and color settings
|
|
background_opacity 0.9
|
|
include ./colors.conf
|
|
|
|
# font settings
|
|
font_family Fira Code Nerd Font
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
font_size 12
|
|
|
|
# cursor settings
|
|
shell_integration no-cursor
|
|
cursor_shape underline
|
|
cursor_blink_interval 1
|
|
cursor_underline_thickness 1.0
|
|
|
|
# tab settings
|
|
tab_bar_edge bottom
|
|
tab_bar_align left
|
|
tab_bar_style powerline
|
|
tab_powerline_style slanted
|
|
|
|
# url settings
|
|
detect_urls yes
|
|
url_color #f6d66e
|
|
url_style dashed
|
|
|
|
# bell settings
|
|
enable_audio_bell no
|
|
|
|
# refresh settings
|
|
sync_to_monitor yes
|
|
|
|
# scrollback settings
|
|
scrollback_lines 10000
|
|
|
|
# keyboard shortcuts
|
|
map ctrl+shift+c no_op
|
|
map ctrl+shift+v no_op
|
|
map ctrl+alt+c copy_to_clipboard
|
|
map ctrl+alt+v paste_from_clipboard
|