aboutsummaryrefslogtreecommitdiffstats
path: root/kitty/.config
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-20 20:25:07 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-28 14:37:15 +0100
commit153b2d35522119f75e9be9c837d3cc917b839ec8 (patch)
tree8db1dc8d2fcd2c6f5c9619a7211bbdf381f1c258 /kitty/.config
parent13885e75508d63bdceab27f88f67791351112ebb (diff)
downloaddotfiles-153b2d35522119f75e9be9c837d3cc917b839ec8.tar.gz
dotfiles-153b2d35522119f75e9be9c837d3cc917b839ec8.zip
Uni changes
Diffstat (limited to 'kitty/.config')
-rw-r--r--kitty/.config/kitty/kitty.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index cc72d50..10957a4 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -24,10 +24,12 @@ bold_italic_font Iosevka YMHG Bold Italic
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
-font_size 14.0
+font_size 10.0
#: Font size (in pts)
+text_composition_strategy 2.0 0
+
# force_ltr no
#: kitty does not support BIDI (bidirectional text), however, for RTL
@@ -1165,7 +1167,7 @@ tab_bar_style separator
#: Advanced {{{
-#shell /usr/local/bin/fish
+shell /usr/bin/zsh --login
#: The shell program to execute. The default value of . means to use
#: whatever shell is set as the default shell for the current user.