hyprshell-core-lib 0.7.0

hyprshell is a Rust-based GUI designed to enhance window management in hyprland
1
2
3
4
5
6
7
8
pub mod explain;
#[cfg(feature = "generate_config")]
pub mod generate;
mod load;
mod structs;

pub use load::load_config;
pub use structs::*;