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

ignore move op for unresizable and skip_taskbar windows #389

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

Leleat
Copy link
Owner

@Leleat Leleat commented Jan 22, 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
@Leleat Leleat merged commit 21d781e into main Feb 3, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

don't show snap assist box when user tries to snap to edge an untilable window by dragging
1 participant