Update alacritty deprecated config
This commit is contained in:
parent
b51d84b74d
commit
ff09c81cd4
1 changed files with 3 additions and 3 deletions
|
@ -39,6 +39,8 @@ window:
|
|||
# - none: Neither borders nor title bar
|
||||
decorations: full
|
||||
|
||||
dynamic_title: true
|
||||
|
||||
scrolling:
|
||||
# Maximum number of lines in the scrollback buffer.
|
||||
# Specifying '0' will disable scrolling.
|
||||
|
@ -197,7 +199,7 @@ colors:
|
|||
# - Linear
|
||||
#
|
||||
# Specifying a `duration` of `0` will disable the visual bell.
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -258,8 +260,6 @@ selection:
|
|||
# clipboard.
|
||||
save_to_clipboard: false
|
||||
|
||||
dynamic_title: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue