From 6f93898af386eaea7c083854abe6d9bdda4027bc Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 18 Feb 2024 22:32:11 -0800 Subject: [PATCH] Document NSDocument tab issue The NSDocument tab issue is a pretty annoying issue and is easily surfaced with native / default apps like Finder and Terminal, which are built into the OS. To avoid users creating multiple issues to track the same issue, this lists the caveat on the caveats section and links to the associated issue. See: https://github.com/koekeishiya/yabai/issues/68 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 444a0da4..509c83c7 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Please also take note of the following caveats. |System Settings (macOS 13.x, 14.x)|In the Desktop & Dock tab, inside the Mission Control pane, the setting "Automatically rearrange Spaces based on most recent use" should be disabled for commands that rely on the ordering of spaces to work reliably.| |System Settings (macOS 14.x)|In the Desktop & Dock tab, inside the Desktop & Stage Manager pane, the setting "Show Items On Desktop" should be enabled for display and space focus commands to work reliably in multi-display configurations.| |System Settings (macOS 14.x)|In the Desktop & Dock tab, inside the Desktop & Stage Manager pane, the setting "Click wallpaper to reveal Desktop" should be set to "Only in Stage Manager" for display and space focus commands to work reliably.| +|NSDocument-based tabs|NSDocument-based windows that use tabs, such as Terminal and Finder, [do not behave correctly when creating or removing tabs](https://github.com/koekeishiya/yabai/issues/68). Avoid creating tabs in these applications, or consider alternatives that do not use NSDocument's provided tab system.| ## License and Attribution