alacritty: fix deprecated config
This commit is contained in:
parent
cf57ffef24
commit
4f194817e3
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
live_config_reload = true
|
|
||||||
working_directory = "None"
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
@ -10,3 +8,7 @@ size = 16
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "JetBrains Mono"
|
family = "JetBrains Mono"
|
||||||
style = "Medium"
|
style = "Medium"
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
working_directory = "None"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue