pub type WindowDesc = (u32, String, String, u32, bool);
One mapped window as (window_id, title, app_id, output_id, parked). A parked window has no output yet — a nested session’s spare screens.
(window_id, title, app_id, output_id, parked)