pub fn monocle(
clients: &[&Client],
focused: Option<Xid>,
monitor_region: &Region,
_: u32,
_: f32,
) -> Vec<ResizeAction> ⓘ
Expand description
A simple monolve layout that places uses the maximum available space for the focused client and unmaps all other windows.