Update alacritty dots for deprecations
This commit is contained in:
parent
09c1105501
commit
f6430744f5
1 changed files with 2 additions and 2 deletions
|
@ -39,6 +39,7 @@ window:
|
|||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
dynamic_padding: true
|
||||
dynamic_title: true
|
||||
|
||||
# Window decorations
|
||||
#
|
||||
|
@ -220,7 +221,7 @@ colors:
|
|||
# - Linear
|
||||
#
|
||||
# Specifying a `duration` of `0` will disable the visual bell.
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
color: '0xffffff'
|
||||
|
@ -290,7 +291,6 @@ selection:
|
|||
save_to_clipboard: false
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
|
|
Loading…
Add table
Reference in a new issue