Resizing doesn't respect windows with set min_size #12765
Unanswered
radicalgale
asked this question in
Bugs - Window management
Replies: 1 comment 2 replies
-
|
Just to add that the new scrolling layout is completely broken with |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
The issue:
When
size_limits_tiledis set totrue, it is possible to drag other windows over the one with setmin_size. See the video for better understanding.How to reproduce:
size_limits_tiledin misc section totruewindowrulefor any app withmin_sizein it. The size itself doesn't matter.Example (recorded on the secondary vertical monitor):
video.mp4
How to fix (Suggestion):
I'm not that familiar with how hyprland works under the hood, but it is clear that there are limits for resizing a window to prevent adjacent windows from collapsing (see example). Therefore, it should possible to set custom limits for the window that has
min_sizeto prevent overlapping.Tangent:
You can also see some extremely weird window behavior in the attached video. This is because the music player's
min_sizeis set to1080 648, so its width can't get any smaller than the width (technically height) of the monitor. So it would be great to also disable the creation of new windows on the axis that is already completely taken up by such a window. Or just focus on any other resizable app if the user is trying to create a window over it.Beta Was this translation helpful? Give feedback.
All reactions