From d69ca5d2f140c5c3e1eb5443290bae45deaf23c5 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 10 Feb 2023 10:47:11 +0200 Subject: Changed font size to 9.0 --- .config/kitty/kitty.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/kitty') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c4e26eb..215c568 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -23,7 +23,7 @@ bold_italic_font auto #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -font_size 11.0 +font_size 9.0 #: Font size (in pts) @@ -258,7 +258,7 @@ window_margin_width 0 #: visible. Negative values will cause the value of #: window_margin_width to be used instead. -window_padding_width 0 +window_padding_width 2 #: The window padding (in pts) (blank area between the text and the #: window border) @@ -427,6 +427,9 @@ editor . #: in your shell startup scripts but system-wide, otherwise kitty will #: not see it. +# Confirm when closing where 0 disables it; -1 enables it +confirm_os_window_close 0 + # close_on_child_death nvim #: Close the window when the child process (shell) exits. If no (the -- cgit v1.2.3