hypr-cycle 0.5.0

A fast and monitor-aware workspace cycler for Hyprland, written in Rust.
Documentation
1
2
3
4
5
6
7
pub(crate) mod args;
pub(crate) mod connection;
pub(crate) mod domain;
pub(crate) mod service;

pub use args::Args;
pub use service::HyprCycle;