hyprshell_core_lib/binds/
structs.rs

1#[derive(Debug)]
2pub struct ExecBind {
3    pub mods: Vec<&'static str>,
4    pub key: Box<str>,
5    pub exec: Box<str>,
6}