diff options
author | Kyle Willmon <kylewillmon@gmail.com> | 2023-10-27 12:35:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 17:35:11 +0000 |
commit | 308b331cbcedc11e1e89f6553a7cd9419cda6144 (patch) | |
tree | 8fb72473bcbcc1f05b6cccf8c874edb672c81e9b /CHANGELOG.md | |
parent | d65357b213fb450c6ef4fa9d4fc09307cfe5f6fb (diff) | |
download | alacritty-308b331cbcedc11e1e89f6553a7cd9419cda6144.tar.gz alacritty-308b331cbcedc11e1e89f6553a7cd9419cda6144.zip |
Avoid maximizing window when creating new tab
This patch ignores the startup mode when creating a new tab on macOS to
avoid maximizing an existing window.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 c88cf9dd..2fbf97fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Blocking paste freezing alacritty on Wayland - `Command` modifier persisting after `Cmd + Tab` on macOS - Crash on exit when using NVIDIA binary drivers on Wayland +- `window.startup_mode` applied to window again when creating new tab ### Removed |