aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-08-07 23:14:53 +0200
committerGitHub <noreply@github.com>2023-08-08 01:14:53 +0400
commitbbe317438192ee695c86b904ff6e1f3843eb94c2 (patch)
tree052c2b8c61bd442209e751006e15b4f2eb94409b /CHANGELOG.md
parent35e1bb128b6c6835649e4e669fca9e26267b2d1d (diff)
downloadalacritty-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.md1
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