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