Kitty did not have a font size set, and I kept accedentally zooming in, and then not knowing what it was set as and what I was comfortable with. This ensures the window always opens with my preffered scale.
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
# BEGIN_KITTY_THEME
|
|
# Gruvbox Dark
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|
|
|
|
# shell tmux
|
|
enable_audio_bell no
|
|
|
|
background_opacity 0.90
|
|
|
|
# BEGIN_KITTY_FONTS
|
|
font_family family="JetBrainsMonoNL Nerd Font Mono"
|
|
font_size 11.0
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
# END_KITTY_FONTS
|