hyprshell-windows-lib 4.10.0

A modern GTK4-based window switcher and application launcher for Hyprland
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod css;
mod data;
mod desktop_map;
mod icon;
mod keybinds;
mod next;
pub mod overview;
mod shared;
mod sort;
pub mod switch;

pub use css::get_css;
pub use desktop_map::{get_icon_name_by_name_from_desktop_files, reload_class_to_icon_map};
pub use keybinds::generate_open_keybinds;