diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index ef5619e..e61e1a4 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -2,13 +2,16 @@ include colors.conf # kitty list-fonts -font_family auto +font_family Source Code Pro Regular italic_font auto bold_font auto bold_italic_font auto # 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 # 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 term xterm-kitty +wayland_titlebar_color #28292b + # Clipboard map ctrl+shift+v paste_from_clipboard map ctrl+shift+s no_op