mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
config: update docs that fullscreen is incompatible with win-deco
Fixes #1684
This commit is contained in:
@ -476,6 +476,10 @@ link: RepeatableLink = .{},
|
|||||||
///
|
///
|
||||||
/// On macOS, this always creates the window in native fullscreen. Non-native
|
/// On macOS, this always creates the window in native fullscreen. Non-native
|
||||||
/// fullscreen is not currently supported with this setting.
|
/// fullscreen is not currently supported with this setting.
|
||||||
|
///
|
||||||
|
/// On macOS, this setting does not work if window-decoration is set to
|
||||||
|
/// "false", because native fullscreen on macOS requires window decorations
|
||||||
|
/// to be set.
|
||||||
fullscreen: bool = false,
|
fullscreen: bool = false,
|
||||||
|
|
||||||
/// The title Ghostty will use for the window. This will force the title of the
|
/// The title Ghostty will use for the window. This will force the title of the
|
||||||
|
Reference in New Issue
Block a user