Fix deprecations in alacritty config
This commit is contained in:
parent
12a63d83ab
commit
2df0dbbc8e
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@ font:
|
||||||
|
|
||||||
${get_base16('alacritty')}
|
${get_base16('alacritty')}
|
||||||
|
|
||||||
visual_bell:
|
bell:
|
||||||
animation: EaseOutExpo
|
animation: EaseOutExpo
|
||||||
duration: 0
|
duration: 0
|
||||||
color: '0xffffff'
|
color: '0xffffff'
|
||||||
|
@ -44,7 +44,8 @@ selection:
|
||||||
semantic_escape_chars: ",`:\"' ()[]{}<>"
|
semantic_escape_chars: ",`:\"' ()[]{}<>"
|
||||||
save_to_clipboard: true
|
save_to_clipboard: true
|
||||||
|
|
||||||
dynamic_title: true
|
window:
|
||||||
|
dynamic_title: true
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
style: Block
|
style: Block
|
||||||
|
|
Loading…
Add table
Reference in a new issue