Skip to content

Windows are not fully stretched #1133

Discussion options

You must be logged in to vote

Yes, AeroSpace intentionally adds this gap

// If monitors are aligned vertically and the monitor below has smaller width, then macOS may not allow the
// window on the upper monitor to take full width. rect.height - 1 resolves this problem
// But I also faced this problem in mointors horizontal configuration. ¯\_(ツ)_/¯
layoutRecursive(rect.topLeftCorner, width: rect.width, height: rect.height - 1, virtual: rect, LayoutContext(self))
🤷

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by farbodvand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants