Update .config/alacritty/alacritty.toml
parent
f25e8d9a5f
commit
f778400a44
|
@ -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"
|
|
@ -1,10 +0,0 @@
|
|||
render:
|
||||
antialiasing: subpixel
|
||||
font:
|
||||
normal:
|
||||
family: Iosevka
|
||||
style: Regular
|
||||
size: 12.0
|
||||
window:
|
||||
opacity: 0.70
|
||||
decorations: Full
|
Loading…
Reference in New Issue