focus_by_cursor 0.1.0

Automatically focuses the yabai window under the mouse cursor, without clicks. Works exclusively on macOS.
Documentation
1
2
3
4
5
fn main() {
    if let Err(e) = focus_by_cursor::run_focus_listener() {
        eprintln!("Error: {:?}", e);
    }
}