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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca8c1f5..8467cb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - In mouse mode with `Shift` pressed, mouse bindings without `Shift` are only triggered if no exact binding (i.e. one with `Shift`) is found. - Use built-in font for powerline symbols from `U+E0B0` to `U+E0B3` +- Default `bell.animation` is now `Linear` ### Fixed |