Add auto-tile and master-stack command#1986
Closed
oleksandr-antonenko wants to merge 2 commits intonikitabobko:mainfrom
Closed
Add auto-tile and master-stack command#1986oleksandr-antonenko wants to merge 2 commits intonikitabobko:mainfrom
oleksandr-antonenko wants to merge 2 commits intonikitabobko:mainfrom
Conversation
Add auto-tile config option that automatically alternates split direction based on the focused window dimensions when placing new windows, producing a spiral/dwindle layout similar to i3/sway autotiling. Add master-stack command that arranges the focused window at ~70% width with remaining windows spiral-tiled in the remaining space. Supports --cycle flag to rotate which window is the master.
The CI failed because cmdHelpGenerated.swift is auto-generated from docs/aerospace-*.adoc files. The master-stack help was manually added in the wrong position and the subcommand description was missing.
Owner
|
The PR doesn't follow project's guidelines. Please stop submitting it. |
Author
|
Thanks for comment
…On Wed, 4 Mar 2026, 17:35 Nikita Bobko, ***@***.***> wrote:
*nikitabobko* left a comment (nikitabobko/AeroSpace#1986)
<#1986 (comment)>
The PR doesn't follow project's guidelines. Please stop submitting it.
—
Reply to this email directly, view it on GitHub
<#1986 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHKV55HWBZU6NQT24R5CID4PBENNAVCNFSM6AAAAACWGX5UL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSOJYGMZDEMZXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan