Coordinated move/resize of several windows borders #385
scherepanov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New feature: implement coordinated move/resize of several windows (keyboard only, no mouse)
How it would work:
If windows is focused, and with gTile window activated, you can move/resize window with help of arrows/SHIFT-arrows
If CTRL key is also pressed, before move/resize if there any windows that share edge with moving border of focused window. Move/resize all windows together.
For example, if you have two windows on a screen - one taking left half of screen,s econd right, resizing left window to make it bigger will make second window smaller. Still full screen will be covered by both windows.
There are a lot of edge cases, what to do when windows shared border on all sides... you suggestions/comments how to handle it are welcome.
Beta Was this translation helpful? Give feedback.
All reactions