Skip to main content

Crate focus_tracker_core

Crate focus_tracker_core 

Source

Structs§

FocusTrackerConfig
FocusedWindow
IconConfig
IgnoreRule
A single ignore predicate: matches when both the process-name and window-title predicates match (logical AND).
IgnoreRules
A set of ignore rules. A focus event is ignored when any rule matches.

Enums§

FocusTrackerError
ProcessNameMatch
Predicate over FocusedWindow::process_name.
WindowTitleMatch
Predicate over FocusedWindow::window_title.

Type Aliases§

FocusTrackerResult