-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Option to alternate layouts when opening windows #228
Comments
Another (even better) option would be to have a layout that prioritize a single window, always giving it the biggest piece of the screen. Similar to Hyperland |
I'm closing this issue in favor of two others:
|
Hi again, I'm using [mode.main.binding]
cmd-shift-h = 'join-with up'
cmd-shift-v = 'join-with left'
cmd-shift-e = '''exec-and-forget if [ $(expr $(aerospace list-windows --workspace focused | wc -l) % 2) -eq 0 ]; then
aerospace join-with up;
else
aerospace join-with left;
fi
''' Of course, rely on window count is a terrible solution and will break if there are floating windows around, but I plan to rewrite this using I wanted to use with |
I want to be able to alternate layouts (vertical, horizontal, vertical...) when opening new windows, similar to what this i1 plugin do: https://github.com/olemartinorg/i3-alternating-layout
Is there a way to achieve this today?
If not, can we add as a feature request?
The text was updated successfully, but these errors were encountered: