aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-02-10 10:47:11 +0200
committersrdusr <trevorgray@srdusr.com>2023-02-10 10:47:11 +0200
commitd69ca5d2f140c5c3e1eb5443290bae45deaf23c5 (patch)
treea44c685e2e4330df5fb8e33d66f6037ae5f75887 /.config
parent1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b (diff)
downloaddotfiles-d69ca5d2f140c5c3e1eb5443290bae45deaf23c5.tar.gz
dotfiles-d69ca5d2f140c5c3e1eb5443290bae45deaf23c5.zip
Changed font size to 9.0
Diffstat (limited to '.config')
-rw-r--r--.config/kitty/kitty.conf7
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