diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | bc445d4c0a2284fd69f1430ea409cdcf3cc459ba (patch) | |
| tree | 2dbedd19723c22034b0ad67cae2b7c2800250cb0 /.config/kitty/kitty.conf | |
| parent | d8bc312c761debcc6e5ac8745a78c72083c269a6 (diff) | |
Replace alacritty with kitty
Diffstat (limited to '.config/kitty/kitty.conf')
| -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..463ce0f --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,14 @@ +# BEGIN_KITTY_THEME +# Monokai Soda +include current-theme.conf +# END_KITTY_THEME + +font_family Mononoki Nerd Font +font_size 14 + +cursor_shape block +cursor_blink_interval 0 +shell_integration no-cursor + +tab_bar_style powerline +tab_powerline_style slanted |
