Hyprland-rs
A unoffical rust wrapper for Hyprland's IPC
Disclaimer
If something doesn't work, doesn't matter what, make sure you are on the latest commit of Hyprland before making an issue!
Getting started!
Lets get started with Hyprland-rs!
Adding to your project
Add the code below to the dependencies section of your Cargo.toml file!
= "0.2.4"
What this crate provides
This crate provides 3 modules (+1 for shared things)
datafor getting information on the compositorevent_listenerwhich provides the EventListener struct for listening for eventsdispatchfor calling dispatchers and changing keywords
Example Usage
here is an example of most of the provided features being utilized
use get_monitors;
use ;
use EventListener;