macOS Sequoia Window Tiling Bugs: What's Actually Broken and How to Work Around Them
macOS Sequoia window tiling has real bugs — windows snap inconsistently, shortcuts fail silently, and multi-monitor layouts break. Here's what to do.
macOS Sequoia's built-in window tiling works — until it doesn't. Windows snap into place inconsistently, the tiling menu appears on some apps and vanishes on others, layouts collapse when you disconnect a monitor, and keyboard shortcuts stop responding for no obvious reason. These aren't user error: they're documented, repeatable quirks in Sequoia's tiling implementation that Apple hasn't fully resolved as of macOS 14.x.
What Sequoia window tiling actually does (and what it promises)
Sequoia introduced two tiling mechanisms: drag-to-edge snapping (drag a window toward a screen edge and a translucent drop zone appears) and the green traffic-light menu (hover over the green button to see halves, quarters, and full-screen options). Both are controlled under System Settings → Desktop & Dock → Windows, where you can toggle Drag windows to screen edges to tile and Hold Option key while dragging to tile.
On paper, it covers the basics — left half, right half, quarters, and full screen. In practice, several things go wrong regularly enough that users go looking for fixes.
The most common Sequoia tiling bugs, specifically
1. The green button menu doesn't appear
This is the most widely reported issue. You hover over the green button and nothing happens — no tiling submenu, just the standard maximise behaviour. The cause is usually one of two things: another app has claimed the Accessibility permission in a way that interferes with the hover detection, or the window belongs to an app that opts out of the tiling API (some Electron apps — Slack, VS Code, Discord — behave inconsistently here). Fix: go to System Settings → Privacy & Security → Accessibility, remove and re-add any window manager tools in that list, then log out and back in.
2. Drag-to-edge snapping triggers at the wrong moment
Sequoia's edge detection is aggressive. If you're moving a window near the top of a display (to drag it to a second monitor, for example), the snap zone activates before you've cleared the screen edge, dropping the window into a tile you didn't want. The fix Apple built in is holding Option while dragging to suppress snapping — but it's easy to forget under pressure. You can also turn off drag-to-edge entirely in System Settings → Desktop & Dock → Windows and rely only on the green button menu.
3. Tiled windows don't stay tiled after sleep or screen lock
This is the biggest practical frustration. You arrange two windows side-by-side using Sequoia tiling, close your laptop lid, come back — and they've reverted to floating windows of arbitrary size. Sequoia doesn't persist tiled state across sleep cycles. It's not a setting you can change; the tiling system simply doesn't save layout state.
4. Multi-monitor layouts break on undock/redock
Connect a MacBook to an external display, tile your windows across both screens, then unplug. When you plug back in, macOS doesn't restore the layout — it dumps everything onto one screen in a pile. Apple's tiling has no concept of display profiles or saved states. This is the single biggest gap between Sequoia's tiling and what users actually need.
5. Quarter tiling is unreliable on smaller displays
On a 13" or 14" MacBook display, quarter-tiling (four windows filling the screen) often produces windows too small for their minimum size constraints. Rather than refusing gracefully, Sequoia sometimes snaps the window partway and leaves it floating at an odd size. This isn't fixable without a workaround — it's a layout constraint problem.
Which bugs have actual fixes, and which need a workaround
The green button issue (#1) is usually fixable with the Accessibility permission reset above. The aggressive drag-to-edge snapping (#2) is manageable by turning off that specific toggle. The sleep/lock state loss (#3), multi-monitor breakdown (#4), and quarter-tiling size constraints (#5) have no fix within Sequoia itself — they're architectural limitations.
For #3 and #4 especially, the only reliable solution is a third-party window manager that saves layout state explicitly. Layoutish (/layoutish) was built specifically around this gap: you save a named layout once — window positions, sizes, and which app is in each slot — and restore it with a keyboard shortcut or automatically when you reconnect a display. If an app isn't open when you restore, Layoutish launches it. It handles the monitor change detection that Sequoia ignores.
For the sleep/lock state problem, you can set a layout to auto-apply on a schedule or trigger it manually with ⌘⇧L via Layoutish's Quick Switcher — two keystrokes to get back to exactly where you were.
Why the keyboard shortcuts stop working
Sequoia's tiling keyboard shortcuts (the ones that appear in the green button menu) aren't system-wide hotkeys — they only fire when the window tiling menu would be visible, which means they silently fail when focus is in the wrong place or when the menu isn't rendering. This is different from how tools like Layoutish or Rectangle handle hotkeys, which are global and fire regardless of what's focused.
If you've set up shortcuts under System Settings → Keyboard → Keyboard Shortcuts → App Shortcuts and they're not firing, check whether the exact menu item name matches what Sequoia displays. A single character difference (including capitalisation) silently breaks the shortcut mapping. See also the detailed breakdown of why Sequoia tiling shortcuts fail and how to fix them.
Is Sequoia tiling worth using at all?
For occasional, single-monitor use on a desktop Mac, yes — it's built in and costs nothing. For anyone with a laptop they regularly dock and undock, or anyone who works across two or more displays with a consistent layout, it falls short in ways that aren't patchable with settings changes.
Rectangle is a solid free option if you primarily want snap zones without saved layouts. If you want layouts that survive sleep, monitor changes, and disconnection events, you need something that stores state — which Sequoia's native tiling doesn't do.
Layoutish is available at /layoutish with a 7-day free trial; it's $6.99 until September 2026 (rising to $9.99 after that), one-time purchase.
Common questions
Why does macOS Sequoia window tiling keep breaking after sleep?
Sequoia doesn't persist tiled window state across sleep or screen lock — it's an architectural limitation, not a bug you can fix in settings. When the Mac wakes, windows return to floating positions. The only workaround is a third-party tool that saves and restores layout state explicitly.
How do I stop Sequoia from snapping windows when I'm trying to move them to another monitor?
Go to System Settings → Desktop & Dock → Windows and turn off Drag windows to screen edges to tile. Alternatively, hold Option while dragging a window — this suppresses the snap zone for that drag. You can still use the green button hover menu to tile windows intentionally.
Does macOS Sequoia window tiling work on multiple monitors?
Partially. You can tile windows on each monitor independently, but Sequoia has no concept of a saved multi-monitor layout. If you undock your laptop or change your display configuration, tiled arrangements are lost. For persistent multi-monitor layouts, a dedicated window manager with display profiles is the practical solution.