1mod tests; 2 3pub mod child; 4pub mod config; 5pub mod errors; 6pub mod ipc; 7pub mod worker; 8pub mod xkeysym_lookup; 9pub mod xwrap; 10 11/// The directory name for xdg 12pub const LEFTHK_DIR_NAME: &str = "lefthk";