hyprshell_windows_lib/lib.rs
1mod css;
2mod data;
3mod desktop_map;
4mod icon;
5mod keybinds;
6mod next;
7pub mod overview;
8mod shared;
9mod sort;
10pub mod switch;
11
12pub use css::get_css;
13pub use desktop_map::{get_icon_name_by_name_from_desktop_files, reload_class_to_icon_map};
14pub use keybinds::generate_open_keybinds;