nixos/home/programs/kitty/kitty.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
459 B
Plaintext
Raw Permalink Normal View History

2024-03-02 20:46:31 +00:00
# shell
shell .
# mute bell
enable_audio_bell no
# Remove close window confirm
confirm_os_window_close 0
# Font config
font_family Fira Code
bold_font Fira Code
italic_font Fira Code
bold_italic_font Fira Code
# Emoji font
# Symbols Nerd Font Mono
font_size 14.0
# Window padding
window_padding_width 10
2024-11-12 23:56:45 +00:00
# Zoom mapping
map ctrl+kp_add change_font_size all +2.0
map ctrl+kp_minus change_font_size all -2.0
2024-03-03 05:15:10 +00:00
include themes/macchiato.conf