Update kitty.conf
This commit is contained in:
parent
7a742e6668
commit
c0e247ac3c
1 changed files with 7 additions and 2 deletions
|
@ -2,13 +2,16 @@
|
||||||
include colors.conf
|
include colors.conf
|
||||||
|
|
||||||
# kitty list-fonts
|
# kitty list-fonts
|
||||||
font_family auto
|
font_family Source Code Pro Regular
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_font auto
|
bold_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
# Font size (in pts)
|
# Font size (in pts)
|
||||||
font_size 10.0
|
font_size 11.0
|
||||||
|
|
||||||
|
# disable ligatures only on cursor
|
||||||
|
disable_ligatures cursor
|
||||||
|
|
||||||
# If enabled, the window size will be remembered so that new instances of kitty will have the same
|
# If enabled, the window size will be remembered so that new instances of kitty will have the same
|
||||||
# size as the previous instance. If disabled, the window will initially have size configured
|
# size as the previous instance. If disabled, the window will initially have size configured
|
||||||
|
@ -27,6 +30,8 @@ open_url_with default
|
||||||
# The value of the TERM environment variable to set
|
# The value of the TERM environment variable to set
|
||||||
term xterm-kitty
|
term xterm-kitty
|
||||||
|
|
||||||
|
wayland_titlebar_color #28292b
|
||||||
|
|
||||||
# Clipboard
|
# Clipboard
|
||||||
map ctrl+shift+v paste_from_clipboard
|
map ctrl+shift+v paste_from_clipboard
|
||||||
map ctrl+shift+s no_op
|
map ctrl+shift+s no_op
|
||||||
|
|
Loading…
Add table
Reference in a new issue