Update .config/alacritty/alacritty.toml

main
berkeley 2024-06-24 01:31:44 +00:00
parent f25e8d9a5f
commit f778400a44
2 changed files with 32 additions and 10 deletions

View File

@ -0,0 +1,32 @@
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[font]
size = 14.0
[font.normal]
family = "Iosevka"
style = "Regular"
#[render]
#antialiasing = "subpixel"
[window]
decorations = "Full"
opacity = 0.1
[env]
TERM = "xterm-256color"
[scrolling]
history = 10000
multiplier = 4
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[shell]
program = "/gnu/store/4476603948404nms0i6vr3zd5b98ac0d-profile/bin/fish"

View File

@ -1,10 +0,0 @@
render:
antialiasing: subpixel
font:
normal:
family: Iosevka
style: Regular
size: 12.0
window:
opacity: 0.70
decorations: Full