alacritty: fix alacritty config deprecations here too
This commit is contained in:
parent
b88ba9b044
commit
ac98249bb3
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"
|
||||||
|
@ -13,3 +11,7 @@ style = "Medium"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
padding = { x = 4, y = 4 }
|
padding = { x = 4, y = 4 }
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
working_directory = "None"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue