arch/roles/dots/files/config/kitty/kitty.conf.bak

29 lines
606 B
Plaintext
Raw Normal View History

2024-09-04 00:54:15 +06:00
font_size 16
2024-12-12 00:05:59 +06:00
# font_family JetBrainsMonoNl Nerd Font Mono
font_family Firacode Nerd Font
2024-09-04 00:54:15 +06:00
bold_font auto
italic_font auto
bold_italic_font auto
2024-12-12 00:05:59 +06:00
# background_opacity 1
background_opacity 0.92
2024-09-04 00:54:15 +06:00
window_padding_width 15
allow_remote_control yes
enable_audio_bell no
url_style single
tab_bar_style powerline
hide_window_decorations yes
map ctrl+o copy_to_clipboard
map ctrl+m paste_from_clipboard
# map ctrl+K cancel
# BEGIN_KITTY_THEME
2024-12-12 00:05:59 +06:00
# Solarized Dark
# include current-theme.conf
# include gruvbox.conf
# include solarized_light.conf
include tomorrow-night.conf
2024-09-04 00:54:15 +06:00
# END_KITTY_THEME