dotfiles/dot_config/kitty/kitty.conf.tmpl

14 lines
282 B
Cheetah
Raw Normal View History

2023-07-19 21:59:45 -04:00
font_family Hack
{{- if eq .chezmoi.hostname "helix" }}
font_size 13
2023-07-19 21:59:45 -04:00
{{- else }}
2022-12-22 04:07:12 -05:00
font_size 10
2023-07-19 21:59:45 -04:00
{{- end }}
2022-12-22 04:07:12 -05:00
cursor_shape block
cursor_stop_blinking_after 10
shell_integration enabled no-cursor
enable_audio_bell no
2023-01-21 22:11:46 -05:00
background_opacity 0.95
2022-12-22 04:07:12 -05:00
window_padding_width 20
include macchiato.conf