aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-15 18:32:50 +0000
committerGitHub <noreply@github.com>2024-10-15 18:32:50 +0000
commit2a2db5b6fd23adea88906b8c2ee81512cd44cd53 (patch)
tree46c314a8cfb6a94e2693f5e3e5e79e02877875f0 /CHANGELOG.md
parent6ba69f8dd469e1a9aff0b48b3ae10ce4510ca1e3 (diff)
downloadalacritty-2a2db5b6fd23adea88906b8c2ee81512cd44cd53.tar.gz
alacritty-2a2db5b6fd23adea88906b8c2ee81512cd44cd53.zip
Add headless mode
This patch adds a daemon mode to Alacritty which allows starting the Alacritty process without spawning an initial window. While this does not provide any significant advantage over the existing behavior of always spawning a window, it does integrate nicer with some setups and is a pretty trivial addition.
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 7dff2d54..8d9d463a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its
- Support relative path imports from config files
- `alacritty migrate` support for TOML configuration changes
- Support for Unicode 16 characters
+- Headless mode using `alacritty --daemon`
### Changed