diff options
| author | kj-sh604 | 2024-10-23 13:46:13 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-23 13:46:13 -0400 |
| commit | d01f9f7be99bc52c9e2c314509541b674b8eb826 (patch) | |
| tree | 9fdc90a8bfcc71ade3a2133b87177e1f6e292d89 /.config/alacritty.toml | |
| parent | 917bd90c318e9f9860660b24e71dc1b6f2b894dd (diff) | |
refactor: remove deprecated config options
(alacritty)
Diffstat (limited to '.config/alacritty.toml')
| -rw-r--r-- | .config/alacritty.toml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
