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