commit d584dc35c5d9cef6e39425dd06143ac9acbefa48
parent d88e3fabb5f43dad8f5b19928dde1a0556a8f228
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 8 Aug 2020 18:33:06 -0500
Update alacritty config option names
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -32,6 +32,8 @@ window:
# Spread additional padding evenly around the terminal content.
dynamic_padding: false
+ dynamic_title: true
+
# Window decorations
#
# Values for `decorations`:
@@ -200,7 +202,7 @@ colors:
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
-visual_bell:
+bell:
animation: EaseOutExpo
duration: 0
color: '0xffffff'
@@ -262,8 +264,6 @@ selection:
# clipboard.
save_to_clipboard: true
-dynamic_title: true
-
cursor:
# Cursor style
#