diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-15 18:32:50 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-10-15 20:12:21 +0000 |
commit | f5add2b77c3f2da48a3b38ab5bfa276374fe917c (patch) | |
tree | 0f40f6139fb2c6448f4c784d46853eff733c0949 /extra/man/alacritty.1.scd | |
parent | a720a765b4c85a867a2a807ac649efc2cd69ac1f (diff) | |
download | alacritty-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 'extra/man/alacritty.1.scd')
-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. |