nixos/home/programs/kitty/kitty.conf
Torjus Håkestad ac4f790d0f
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m49s
Periodic flake update / flake-update (push) Successful in 1m27s
Add zoom bind to kitty
2024-11-13 00:56:45 +01:00

28 lines
459 B
Plaintext

# 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
# Zoom mapping
map ctrl+kp_add change_font_size all +2.0
map ctrl+kp_minus change_font_size all -2.0
include themes/macchiato.conf