Skip to content
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

Do not tile views with min==max size #2243

Closed
killown opened this issue Mar 22, 2024 · 1 comment · Fixed by #2306
Closed

Do not tile views with min==max size #2243

killown opened this issue Mar 22, 2024 · 1 comment · Fixed by #2306
Labels
Milestone

Comments

@killown
Copy link
Contributor

killown commented Mar 22, 2024

to reproduce the issue you must have a small dialog
open 6 views with dialog included, have the simple tile enabled, close any view except the dialog, then the dialog will get this weird aspect ratio

nice

@ammen99
Copy link
Member

ammen99 commented Mar 23, 2024

This is pretty much expected behavior here, if a view is tiled but cannot be resized to fit (for example because the client refuses to resize itself) it will be stretched to fit the space for it.

I think that probably what Wayfire is missing is the hints for min and max size. If a view has min == max size, it should not be tiled, I expect this is how this dialog works in Sway and Hyprland.

@ammen99 ammen99 changed the title some views gets blurry in some situations Do not tile views with min==max size Mar 23, 2024
@ammen99 ammen99 added this to the 0.9 milestone Mar 27, 2024
ammen99 added a commit that referenced this issue Apr 2, 2024
ammen99 added a commit that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants