Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): correctly define moves across monitors
Moves within the same workspace were being considered as moves across monitors when the workspace was floating (not tiled). This commit fixes this by changing the way we first define if a move was across monitor or not. We now search for the moved window on all workspaces and check if its monitor index is different from the target monitor index (the monitor where the move ended).
- Loading branch information