alacritty: Update config
live_config_reload option has been moved to general section.
This commit is contained in:
parent
a4073a924c
commit
7c7c762475
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue