-
Notifications
You must be signed in to change notification settings - Fork 49
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] Ability to evenly distribute windows with a keybind #382
Comments
Hi there, yes this is possible |
Wonderful! Is there already a command for this that I missed or is this a feature that would need to be implemented? |
@tonymccallie -for implementation in the future. :) |
I'm a js developer and would love to help maybe? If you can point me where you might like to see this implemented, I can fork and see if I can help it along. (no promises I can do it well, but I'm willing to try) |
Sure. You can start looking at how existing keybindings are loaded in this.keybindings = new Keybindings(this); The actual kbd shortcuts are in |
(1) Description
I was using Yabai on macOS as my first tiling windows. The transition to Forge has been fantastic and I love the way it's been implemented. My only request is the ability to bind a key to re-distribute the current windows evenly. Maybe that already exists and I just couldn't find it?
(2) Alternatives I've considered
No response
(3) Design / Screenshots / Mockups
Simplest example: I open two windows. I change one to be 2/3 width. I would love a key that would allow me to go back to even spacing.
The text was updated successfully, but these errors were encountered: