diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-28 19:05:21 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-28 19:05:21 +0100 |
commit | e22108bc5919aaa3d523a1b93d9671d0a6517553 (patch) | |
tree | ebee20142d8b2a8f9888788c515e9cc2e322532c /.config | |
parent | f65bfc52695607f179fbf70331b4028b40616642 (diff) |
add kitty config
Diffstat (limited to '.config')
-rw-r--r-- | .config/kitty/kitty.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..b3af114 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,14 @@ +font_size 7.5 +disable_ligatures never +window_padding_width 10 +placement_strategy top-left +cursor_shape block + +modify_font cell_width 95% +modify_font cell_height 120% +modify_font baseline -1 + +copy_on_select yes + +include color.conf + |