1
2
3
4
5
6
7
8
9
10
11
12
mod tests;

pub mod child;
pub mod config;
pub mod errors;
pub mod ipc;
pub mod worker;
pub mod xkeysym_lookup;
pub mod xwrap;

/// The directory name for xdg
pub const LEFTHK_DIR_NAME: &str = "lefthk";