From d01f9f7be99bc52c9e2c314509541b674b8eb826 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Wed, 23 Oct 2024 13:46:13 -0400 Subject: refactor: remove deprecated config options (alacritty) --- .config/alacritty.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 4c3a4bb..948da80 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -1,4 +1,3 @@ -live_config_reload = true [colors.bright] black = "0x709080" @@ -169,3 +168,6 @@ title = "Terminal" [window.dimensions] columns = 95 lines = 28 + +[general] +live_config_reload = true -- cgit v1.2.3