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
9
10
11
12
13
14
pub mod config;
mod data;
mod listener;
mod path;
mod send;
pub mod theme_icon_cache;
pub mod transfer;
mod util;

pub use data::*;
pub use listener::*;
pub use path::*;
pub use send::*;
pub use util::*;