alacritty: fix alacritty config deprecations here too

This commit is contained in:
David Senoner 2025-01-24 14:13:18 +01:00
parent b88ba9b044
commit ac98249bb3

View file

@ -1,5 +1,3 @@
live_config_reload = true
working_directory = "None"
[env]
TERM = "xterm-256color"
@ -13,3 +11,7 @@ style = "Medium"
[window]
padding = { x = 4, y = 4 }
[general]
live_config_reload = true
working_directory = "None"