alttabway 0.4.5

Alt-tab window switcher for wayland compositors
Documentation
1
2
3
4
5
6
7
8
pub type Geometry = (i32, i32, i32, i32);

pub trait GeometryProvider {
    fn new() -> anyhow::Result<Self>
    where
        Self: Sized;
    fn get_active_window_geometry(&mut self) -> anyhow::Result<Geometry>;
}