diff options
| author | Max Bossing <max@bossi.ng> | 2025-07-15 21:20:49 +0200 | 
|---|---|---|
| committer | Max Bossing <max@bossi.ng> | 2025-07-15 21:20:49 +0200 | 
| commit | 432b77a28734ed6a744f40a9f1210f1a3d58d0ca (patch) | |
| tree | e19230d4ef8ff16ca5942942370b8a843d5b2dc7 /kitty/kitty.conf | |
init
Diffstat (limited to 'kitty/kitty.conf')
| -rw-r--r-- | kitty/kitty.conf | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..9b73588 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,18 @@ +# vim:fileencoding=utf-8:foldmethod=marker + +# BEGIN_KITTY_THEME +# Tokyo Night Moon +include current-theme.conf +# END_KITTY_THEME + +confirm_os_window_close 0 +cursor_shape block +cursor_trail 1 +cursor_trail_start_threshold 2 + +# BEGIN_KITTY_FONTS +font_family      family="IBM Plex Mono" +bold_font        auto +italic_font      auto +bold_italic_font auto +# END_KITTY_FONTS | 
