Update alacritty config for new version

This commit is contained in:
Christian Colglazier 2025-01-26 11:23:33 -05:00
parent 31f27a9c84
commit e242ba7c07

View File

@ -1,5 +1,3 @@
live_config_reload = true
working_directory = "None"
[bell] [bell]
animation = "EaseOutExpo" animation = "EaseOutExpo"
@ -602,3 +600,7 @@ lines = 0
[window.padding] [window.padding]
x = 4 x = 4
y = 4 y = 4
[general]
live_config_reload = true
working_directory = "None"