hyprswitch 3.3.2

A CLI/GUI that allows switching between windows in Hyprland
1
2
3
4
5
6
7
8
pub use sort::sort_clients;
pub use update::update_clients;

#[allow(clippy::module_inception)]
mod sort;
#[cfg(test)]
mod tests;
mod update;