focus_monitor 0.1.4

Library for iterating over the focused window each time it changes
Documentation
1
2
3
4
5
#[derive(Debug)]
pub struct Window {
    pub title: String,
    pub class: (String, String),
}