From aa4e704d95cb28c838482fc2dfdd1e6df6bdf95d Mon Sep 17 00:00:00 2001 From: Dmitry Zhlobo Date: Sun, 8 Dec 2024 17:20:22 +0100 Subject: [PATCH] doc: remove outdated statement for fullscreen option We can use `macos-non-native-fullscreen` with `fullscreen` together since #1377 was closed. --- src/config/Config.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 7fda17289..19417fff0 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -668,9 +668,6 @@ link: RepeatableLink = .{}, /// does not apply to tabs, splits, etc. However, this setting will apply to all /// new windows, not just the first one. /// -/// 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.