Files
.dotfiles/.config/alacritty/alacritty.toml
2025-05-21 16:22:38 -07:00

21 lines
346 B
TOML

general.live_config_reload = true
[font]
normal = { family = "JetBrainsMono NF", style = "Regular" }
size = 10
[window]
dynamic_padding = true
opacity = 0.9
decorations = "None"
[colors]
draw_bold_text_with_bright_colors = true
[scrolling]
history = 10000
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"