From 48196cad483c03b4dbd0a0265b741fd42e3430de Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 02:43:12 +0100 Subject: [PATCH] kitty: set column_{height,width} to 100% --- .config/kitty/kitty.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index aae59bb..2215e55 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -47,8 +47,9 @@ font_size 12 #: support, because it will force kitty to always treat the text as #: LTR, which FriBidi expects for terminals. -adjust_line_height 110% +adjust_line_height 100% # adjust_column_width 0 +adjust_column_width 100% #: Change the size of each character cell kitty renders. You can use #: either numbers, which are interpreted as pixels or percentages