diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-28 14:36:45 +0400 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | 882954cb48d6d42035450894416d8217a8908cc0 (patch) | |
tree | 265b4a9e49af5ce75a7c6b7dca33b862712ef977 | |
parent | 78fa4d6febe25962be1068562ecaa0465bac445c (diff) | |
download | alacritty-882954cb48d6d42035450894416d8217a8908cc0.tar.gz alacritty-882954cb48d6d42035450894416d8217a8908cc0.zip |
Mark SimpleFullscreen as macOS only startup mode
-rw-r--r-- | extra/man/alacritty.5.scd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 272c861f..8b1b91df 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -143,6 +143,15 @@ This section documents the *[window]* table of the configuration file. Startup mode (changes require restart) + *Windowed* + Regular window. + *Maximized* + The window will be maximized on startup. + *Fullscreen* + The window will be fullscreened on startup. + *SimpleFullscreen* _(macOS only)_ + Same as _Fullscreen_, but you can stack windows on top. + Default: _"Windowed"_ *title* = _"<string>"_ |