-
-
Notifications
You must be signed in to change notification settings - Fork 129
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 526 open new window position gnome45 #679
Conversation
window creation position.
…open-new-window-position-gnome45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this out and it works as expected.
@Lythenas what do think about this?
from #526 (comment) Should we also change the side that we pull windows from (e.g. make it pull windows from the left?). I'm thinking probably should for consistency? |
references instead of numbers.
Would it then also pull from start or end? Not sure how much sense that makes. But I don't really use columns, so not sure. |
Yeah, that does seem a bit weird - in the case of start/end I think it would make sense to just pull from left/right respectively. |
…open-new-window-position-gnome45
Then we should maybe just add one new keybinding for it instead of using this setting, since it does not really match up with the 4 options anymore. |
Yeah, I agree - that would make more sense here. Something like a |
I'll merge this one in and we can create an enhancement issue to add a consuming from left keybind. |
Completes #526 by adding options to set where to insert new windows (e.g. to the
left
/right
of windows, or atstart
/end
of tiling):