diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-15 18:32:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 18:32:50 +0000 |
commit | 2a2db5b6fd23adea88906b8c2ee81512cd44cd53 (patch) | |
tree | 46c314a8cfb6a94e2693f5e3e5e79e02877875f0 /extra/man | |
parent | 6ba69f8dd469e1a9aff0b48b3ae10ce4510ca1e3 (diff) | |
download | r-alacritty-2a2db5b6fd23adea88906b8c2ee81512cd44cd53.tar.gz r-alacritty-2a2db5b6fd23adea88906b8c2ee81512cd44cd53.tar.bz2 r-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 'extra/man')
-rw-r--r-- | extra/man/alacritty.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
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. |