Skip to content

Commit

Permalink
fix(wm): handle moving windows to/from floating workspaces
Browse files Browse the repository at this point in the history
This commit fixes the issue related to moving windows to/from a floating
workspace to a tiled workspace.

Previously the start of the move would be ignored however when moving
back from a tiled workspace since it didn't know about the existance of
that window it would also "move" that workspace focused tiled window
without physically moving it, leaving it in a weird state that seemed
like it was unmanaged.

This commit changes the way this mouse moves are handled and now also
handles moving `floating_windows` and even monocle or maximized windows.
  • Loading branch information
alex-ds13 authored and LGUG2Z committed Nov 1, 2024
1 parent aa9f50f commit 5503323
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 156 deletions.
Loading

0 comments on commit 5503323

Please sign in to comment.