diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/kitty/kitty.conf | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
