alacritty - make it work fixes
This commit is contained in:
parent
11710be7f0
commit
8bd2f576a4
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ colors:
|
|||
# - Linear
|
||||
#
|
||||
# Specifying a `duration` of `0` will disable the visual bell.
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
color: '0xffffff'
|
||||
|
@ -318,7 +318,7 @@ selection:
|
|||
save_to_clipboard: false
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
window.dynamic_title: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
|
|
Loading…
Add table
Reference in a new issue