From dae82572f71535cd9ae3b4b6784efb05bd7d47ee Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 7 Aug 2020 15:42:49 +0100 Subject: [PATCH] update deprecated options --- alacritty--light-small.yml | 4 ++-- alacritty--light.yml | 4 ++-- alacritty.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/alacritty--light-small.yml b/alacritty--light-small.yml index 49f4b43..775289a 100644 --- a/alacritty--light-small.yml +++ b/alacritty--light-small.yml @@ -182,7 +182,7 @@ colors: # # To completely disable the visual bell, set its duration to 0. # -visual_bell: +bell: animation: EaseOutExpo duration: 0 @@ -232,7 +232,7 @@ mouse: selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" -dynamic_title: true +window.dynamic_title: true hide_cursor_when_typing: false diff --git a/alacritty--light.yml b/alacritty--light.yml index b00ee98..327c78f 100644 --- a/alacritty--light.yml +++ b/alacritty--light.yml @@ -183,7 +183,7 @@ colors: # # To completely disable the visual bell, set its duration to 0. # -visual_bell: +bell: animation: EaseOutExpo duration: 0 @@ -233,7 +233,7 @@ mouse: selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" -dynamic_title: true +window.dynamic_title: true hide_cursor_when_typing: false diff --git a/alacritty.yml b/alacritty.yml index ee8bd97..3fa87b9 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -163,7 +163,7 @@ custom_cursor_colors: true # # To completely disable the visual bell, set its duration to 0. # -visual_bell: +bell: animation: EaseOutExpo duration: 0 @@ -213,7 +213,7 @@ mouse: selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" -dynamic_title: true +window.dynamic_title: true hide_cursor_when_typing: false