[alacritty] Fixes font size for Alacritty
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
live_config_reload = true
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
@ -39,7 +38,7 @@ unfocused_hollow = true
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 13.0
|
||||
size = 10.0
|
||||
|
||||
[font.bold]
|
||||
family = "Go Mono"
|
||||
@ -608,3 +607,6 @@ lines = 24
|
||||
[window.padding]
|
||||
x = 10
|
||||
y = 10
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
|
||||
Reference in New Issue
Block a user