Fix alacritty deprecation warnings

This commit is contained in:
Dave Gallant
2024-11-30 22:27:22 -05:00
parent f2812b38ea
commit 4647fcf9ff

View File

@@ -228,10 +228,10 @@ in
window.padding.x = 10;
window.padding.y = 10;
scrolling.history = 100000;
live_config_reload = true;
general.live_config_reload = true;
mouse.hide_when_typing = false;
shell = {
terminal.shell = {
program = "zsh";
args = [
"-l"