diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-28 14:36:45 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 14:36:45 +0400 |
commit | ea450f5150b3afdcc10898215c0e63dd79f8fd77 (patch) | |
tree | 669c5b12b20347b02eb17101ac11c5317bf7e308 | |
parent | b6b21f73ea2407d16d3ffb7036df5fa780c53b79 (diff) | |
download | alacritty-ea450f5150b3afdcc10898215c0e63dd79f8fd77.tar.gz alacritty-ea450f5150b3afdcc10898215c0e63dd79f8fd77.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>"_ |