From 2a2db5b6fd23adea88906b8c2ee81512cd44cd53 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. --- extra/man/alacritty.1.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/man') diff --git a/extra/man/alacritty.1.scd b/extra/man/alacritty.1.scd index c8a67bb8..86630a65 100644 --- a/extra/man/alacritty.1.scd +++ b/extra/man/alacritty.1.scd @@ -21,6 +21,10 @@ set of features with high performance. Remain open after child process exits. +*--daemon* + + Do not spawn an initial window. + *--print-events* Print all events to STDOUT. -- cgit