mirror of
https://github.com/i3/i3.git
synced 2026-02-05 19:45:38 +00:00
Fix a crash that occured when moving a window to the scratchpad that is seemingly floating to the user, but actually a descendant of a floating parent con (and itself non-floating). If that is the case, move the floating parent container to scratchpad instead of the window. fixes #740