From dc46d41ff945d7158d9bb1638afc124cf650fa61 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 13 Nov 2023 02:19:03 +0400 Subject: Change default `bell.animation` to `Linear` The default animation feels really choppy, but it's just how its function looks. --- extra/man/alacritty.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 9ca82e5f..75224ee9 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -461,7 +461,7 @@ This section documents the *[bell]* table of the configuration file. Visual bell animation effect for flashing the screen when the visual bell is rung. - Default: _"EaseOutExpo"_ + Default: _"Linear"_ *duration* -- cgit