From f5add2b77c3f2da48a3b38ab5bfa276374fe917c Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 15 Oct 2024 18:32:50 +0000 Subject: 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. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d14aa188..025e56a9 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 -- cgit v1.2.3-54-g00ecf