diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-08-07 23:14:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 01:14:53 +0400 |
commit | bbe317438192ee695c86b904ff6e1f3843eb94c2 (patch) | |
tree | 052c2b8c61bd442209e751006e15b4f2eb94409b /CHANGELOG.md | |
parent | 35e1bb128b6c6835649e4e669fca9e26267b2d1d (diff) | |
download | alacritty-bbe317438192ee695c86b904ff6e1f3843eb94c2.tar.gz alacritty-bbe317438192ee695c86b904ff6e1f3843eb94c2.zip |
Copy global IPC options for new windows
This patch stores all options set for the Window ID `-1` and
automatically applies them to new windows after their creation.
This in theory makes it possible to have a fully dynamic "default
config" without having to reapply it for every new window.
Closes #7128.
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 927ca0d3..5d66beeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for dynamically loading conpty.dll on Windows - Support for keybindings with dead keys - `Back`/`Forward` mouse buttons support in bindings +- Copy global IPC options (`-w -1`) for new windows ### Changed |