i3-layouts
i3-layouts copied to clipboard
Sort unknown containers to the back
If external monitors are repeatedly connected and disconnected, a state could arise where some containers are not in the workspace sequence and get_order
returns None
. This would raise an exception, so we sort these containers to the back in that case.