You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amethystgosling163
changed the title
Don't show snap Assist box when user tries to snap to edge an untilable window by dragging
don't show snap Assist box when user tries to snap to edge an untilable window by dragging
Jan 11, 2025
amethystgosling163
changed the title
don't show snap Assist box when user tries to snap to edge an untilable window by dragging
don't show snap assist box when user tries to snap to edge an untilable window by dragging
Jan 11, 2025
So far, we've ignored skip-taskbar windows when trying to tile them (in
TilingWindowManager.tile). The reason is that those windows probably shouldn't
be allowed to be tiled, as they are usually stuff like modal dialogs etc. But
at the moment we do show the tile preview for those windows, which gives the
impression that we allow them to be tiled.
I guess, we could allow skip-taskbar windows to be tiled (as long as they are
resizable) but I think there may be more issues with them, e. g. when using
modal dialogs that the parent window may be tiled but the dialog not. So I think
it's better to just ignore them for now. attach-modal-dialogs settings is
relevant to this issue.
Closes#387
So far, we've ignored skip-taskbar windows when trying to tile them (in
TilingWindowManager.tile). The reason is that those windows probably shouldn't
be allowed to be tiled, as they are usually stuff like modal dialogs etc. But
at the moment we do show the tile preview for those windows, which gives the
impression that we allow them to be tiled.
I guess, we could allow skip-taskbar windows to be tiled (as long as they are
resizable) but I think there may be more issues with them, e. g. when using
modal dialogs that the parent window may be tiled but the dialog not. So I think
it's better to just ignore them for now. attach-modal-dialogs settings is
relevant to this issue.
Closes#387
Describe the bug
Already described
Demonstration
https://github.com/user-attachments/assets/9b45c6dd-98cd-4de5-8be1-463ef534be83
Steps To Reproduce
Actual Result
Since the window is untilable, it won't snap to that portion of the screen but the snap assist box/ cue will still appear.
Expected Result
That box/ cue shouldn't appear because the window is actually untilable.
System Info:
main
branch...): 48 (EGO)Journalctl logs
None
The text was updated successfully, but these errors were encountered: