diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-20 17:40:16 +0400 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-09-04 03:01:12 +0400 |
commit | 8d174429ee1e63e865a9203d7dfc4ce2cd25576d (patch) | |
tree | 5c3d7d80875bd316144a81a4cc638fc89ebb53a2 /CHANGELOG.md | |
parent | bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0 (diff) | |
download | alacritty-8d174429ee1e63e865a9203d7dfc4ce2cd25576d.tar.gz alacritty-8d174429ee1e63e865a9203d7dfc4ce2cd25576d.zip |
Support startup notify on Wayland/X11
Activate a window to indicate that we want initial focus when the
system uses startup notifications.
Fixes #6931.
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 85dd5f0b..776a7358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Back`/`Forward` mouse buttons support in bindings - Copy global IPC options (`-w -1`) for new windows - Bindings to create and navigate tabs on macOS +- Support startup notify protocol to raise initial window on Wayland/X11 ### Changed |