diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-10-29 16:18:33 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 16:18:33 +0400 |
commit | a0663c522537b65ea83ff6706da1e28651997c1b (patch) | |
tree | b2159100e6fad4831049479d91b97f007563c02b /CHANGELOG.md | |
parent | 0db2fc7865cff5c7455889093042329b9f5ef68c (diff) | |
download | alacritty-a0663c522537b65ea83ff6706da1e28651997c1b.tar.gz alacritty-a0663c522537b65ea83ff6706da1e28651997c1b.zip |
Add `window.blur` config option
Fixes #972.
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 2fbf97fc..80abac43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support startup notify protocol to raise initial window on Wayland/X11 - Debug option `prefer_egl` to prioritize EGL over other display APIs - Inline vi-mode search using `f`/`F`/`t`/`T` +- `window.blur` config option to request blur for transparent windows ### Changed |