oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
128 bytes raw
1
pub mod handlers;
2
pub mod keycodes;
3
4
pub use handlers::{Arg, KeyAction, handle_key_press, setup_keybinds};
5
pub use keycodes::*;