hyprswitch 3.3.2

A CLI/GUI that allows switching between windows in Hyprland
1
2
3
4
5
6
7
8
mod create;
mod init;
mod update;
pub mod click;

pub use create::create_windows;
pub use init::init_windows;
pub use update::update_windows;