hyprshell-exec-lib 4.9.5

A modern GTK4-based window switcher and application launcher for Hyprland
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod collect;
pub mod listener;
pub mod switch;
mod util;

pub mod binds;
pub mod plugin;
pub mod run;

pub use util::*;