focus-tracker-core 1.1.0

The core types for the focus tracker crate
Documentation
1
2
3
4
5
6
7
8
9
mod config;
mod error;
mod focus_window;
mod ignore_rules;

pub use config::{FocusTrackerConfig, IconConfig};
pub use error::{FocusTrackerError, FocusTrackerResult};
pub use focus_window::FocusedWindow;
pub use ignore_rules::{IgnoreRule, IgnoreRules, ProcessNameMatch, WindowTitleMatch};