eliep / i3-layouts

Dynamic layouts for i3wm
MIT License
202 stars 14 forks source link

Sort unknown containers to the back #29

Open martenlienen opened 7 months ago

martenlienen commented 7 months ago

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.