summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-15 18:32:50 +0000
committerChristian Duerr <contact@christianduerr.com>2024-10-15 20:12:21 +0000
commitf5add2b77c3f2da48a3b38ab5bfa276374fe917c (patch)
tree0f40f6139fb2c6448f4c784d46853eff733c0949 /CHANGELOG.md
parenta720a765b4c85a867a2a807ac649efc2cd69ac1f (diff)
downloadalacritty-f5add2b77c3f2da48a3b38ab5bfa276374fe917c.tar.gz
alacritty-f5add2b77c3f2da48a3b38ab5bfa276374fe917c.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 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