diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-04 09:34:44 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2025-01-04 12:16:42 +0300 |
commit | e79f4b22d809d12b5f09543872443d0fa818fee2 (patch) | |
tree | ce41efeedf0fdef4e224582f2c383775f6024a39 /CHANGELOG.md | |
parent | 8cb359ad024736bba5456999a67f2a426529dcc7 (diff) | |
download | alacritty-e79f4b22d809d12b5f09543872443d0fa818fee2.tar.gz alacritty-e79f4b22d809d12b5f09543872443d0fa818fee2.zip |
Pass activation token in alacritty msg create-window
Fixes #8337.
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 f23f442f..882c7c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Config option `window.level = "AlwaysOnTop"` to force Alacritty to always be the toplevel window - Escape sequence to move cursor forward tabs ( CSI Ps I ) +- Pass activation token in `alacritty msg create-window` on Wayland/X11 ### Changed |