oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
138 bytes raw
1
pub mod handlers;
2
pub mod keysyms;
3
4
pub use handlers::{Arg, KeyAction, KeyboardMapping, grab_keys, handle_key_press};
5
pub use keysyms::*;