//! Smoke-test for `frontmost_bundle_id()` on Linux.
//!
//! Polls the focused application once per second and prints its identifier.
//! Switch between windows while it runs to verify detection.
//!
//! # Usage
//!
//! ```text
//! cargo build --example frontmost_app -p openlogi-hook
//! ./target/debug/examples/frontmost_app
//! ```