-
Notifications
You must be signed in to change notification settings - Fork 18
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
Allow resizing of tiled windows #143
Comments
Been wanting to implement this for a while. My main questions are, after resizing a slave window:
I'm thinking:
|
Well, if we are not talking about pseude tiled windows, then: |
Cool, sounds like we're on the same page. I'm not sure what you mean by "pseudo-tiled" but I could implement this with the current layout system |
Pseudo tiled means a window's size can't be increased, but it can be Decreased. And the difference is that when a slave window is not in pseudo tiled mode (so when it is in tiled mode), decreasing or increasing its size causes resizing of other windows, but in pseudo tiled's case, windows' size can get shrunk but other windows won't change their size. I will try to find a screenshot showing that. bspwm has this feature. |
If you find that useful I can do a pull request |
Yeah, it would be great. So then only pseudo tiling and vertical resizing will be left to be implemented 🚀 |
I'd like to be able to resize Tiled windows (so I have increasing the size of Master window). It'd also be cool to add pseudo-tiled mode for a Window like bspwm does (so you resize Certain tiled window without resizing Other tiled windows while when a window is not pseudo-tiled and you resize it, it also causes other windows to resize).
The text was updated successfully, but these errors were encountered: