hyprshell-windows-lib 4.9.5

A modern GTK4-based window switcher and application launcher for Hyprland
1
2
3
4
5
6
7
8
9
10
11
mod close;
mod create;
mod open;
mod stop;
mod update;

pub use close::*;
pub use create::*;
pub use open::*;
pub use stop::*;
pub use update::*;