diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-11-13 02:19:03 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 02:19:03 +0400 |
commit | dc46d41ff945d7158d9bb1638afc124cf650fa61 (patch) | |
tree | d325ab2f25e78e705dc2511d3e1f1b1d47d59bf5 /extra | |
parent | 2f097dac5c78a01bdb020c982a09867b3213a69b (diff) | |
download | alacritty-dc46d41ff945d7158d9bb1638afc124cf650fa61.tar.gz alacritty-dc46d41ff945d7158d9bb1638afc124cf650fa61.zip |
Change default `bell.animation` to `Linear`
The default animation feels really choppy, but it's just how its
function looks.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
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* <integer> |