mirror of
https://github.com/i3/i3.git
synced 2025-10-29 19:35:06 +00:00
This was originally mentioned in #3085 but left for a future PR. One of the noticeable limitations is that pressing the modifier while the drag is already initiated, will not swap the containers but instead cancel the drag. This is because of how `drag_pointer()` is written and would be quite an involved case to handle it.