hyprshell-core-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
11
12
13
14
15
16
pub mod binds;
mod r#const;
mod data;
pub mod default;
pub mod ini;
pub mod ini_owned;
pub mod listener;
mod notify;
pub mod path;
pub mod transfer;
pub mod util;

pub use r#const::*;
pub use data::*;
pub use notify::*;
pub use util::{GetFirstOrLast, RevIf, Warn, WarnWithDetails};