Is your feature request related to a problem? Or is it a new idea?
I'd like to make some convenience adjustments to my window snapping, like "push to top" for fullscreen.
I can achieve part of this by defining overlapping zones:
However, when selected, the zone obviously does not fill the screen.
Describe the solution you'd like
In addition to defining the x, y, w, h-dimensions for the zone, i'd like to be able to define them aswell for the resulting window size.
That way i have a definition for the zone, which allows me to overlap or arrange them closely, with the final window size beeing fullscreen or a different size.
Describe alternatives you've considered
No response
Screenshots
No response
Edit:
I did try to implement this myself, but i fear i don't know enough about the used api's.
Is your feature request related to a problem? Or is it a new idea?
I'd like to make some convenience adjustments to my window snapping, like "push to top" for fullscreen.
I can achieve part of this by defining overlapping zones:
However, when selected, the zone obviously does not fill the screen.
Describe the solution you'd like
In addition to defining the
x, y, w, h-dimensions for the zone, i'd like to be able to define them aswell for the resulting window size.That way i have a definition for the zone, which allows me to overlap or arrange them closely, with the final window size beeing fullscreen or a different size.
Describe alternatives you've considered
No response
Screenshots
No response
Edit:
I did try to implement this myself, but i fear i don't know enough about the used api's.