From acf823fe3a465b685e66e8f19aef0448d23dcc50 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Apr 2024 09:13:57 -0700 Subject: [PATCH] config: update docs that fullscreen is incompatible with win-deco Fixes #1684 --- src/config/Config.zig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 09491567a..64c9460fc 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -476,6 +476,10 @@ link: RepeatableLink = .{}, /// /// On macOS, this always creates the window in native fullscreen. Non-native /// 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, /// The title Ghostty will use for the window. This will force the title of the