alacritty: Update config

live_config_reload option has been moved to general section.
This commit is contained in:
Sanchayan Maity 2024-10-23 11:19:31 +05:30
parent a4073a924c
commit 7c7c762475
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -1,5 +1,3 @@
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
@ -149,7 +147,7 @@ multiplier = 3
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[shell]
[terminal.shell]
args = ["attach", "-t", "scratch"]
program = "tmux"
@ -166,3 +164,6 @@ lines = 85
[window.padding]
x = 0
y = 0
[general]
live_config_reload = true