From c0e247ac3cba5d4e97943e5d47483ad299040aa4 Mon Sep 17 00:00:00 2001 From: histalek Date: Sun, 23 May 2021 10:20:16 +0200 Subject: [PATCH] Update kitty.conf --- .config/kitty/kitty.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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