Files
.dotfiles/.config/alacritty/alacritty.toml

21 lines
345 B
TOML

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