mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Mark SimpleFullscreen as macOS only startup mode
This commit is contained in:
parent
78fa4d6feb
commit
882954cb48
1 changed files with 9 additions and 0 deletions
|
@ -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>"_
|
||||
|
|
Loading…
Reference in a new issue