aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-11-13 02:19:03 +0400
committerGitHub <noreply@github.com>2023-11-13 02:19:03 +0400
commitdc46d41ff945d7158d9bb1638afc124cf650fa61 (patch)
treed325ab2f25e78e705dc2511d3e1f1b1d47d59bf5
parent2f097dac5c78a01bdb020c982a09867b3213a69b (diff)
downloadalacritty-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.
-rw-r--r--CHANGELOG.md1
-rw-r--r--alacritty/src/config/bell.rs2
-rw-r--r--extra/man/alacritty.5.scd2
3 files changed, 3 insertions, 2 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
diff --git a/alacritty/src/config/bell.rs b/alacritty/src/config/bell.rs
index 1510f4b5..0d6874cb 100644
--- a/alacritty/src/config/bell.rs
+++ b/alacritty/src/config/bell.rs
@@ -56,10 +56,10 @@ pub enum BellAnimation {
// Penner animation.
EaseOutQuint,
// Penner animation.
- #[default]
EaseOutExpo,
// Penner animation.
EaseOutCirc,
// Penner animation.
+ #[default]
Linear,
}
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>