hypr-cycle 0.5.1

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

pub use service::HyprCycle;