hyprshell-exec-lib 4.11.0-alpha

A library containing hyprland specific code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod collect;
pub mod listener;
pub mod switch;
mod util;
#[cfg(feature = "live_windows")]
pub mod wayland_capture;

pub mod binds;
pub mod kill;
pub mod run;

pub use util::{
    check_version, get_initial_active, reload_hyprland_config, reset_no_follow_mouse,
    set_follow_mouse_default, set_no_follow_mouse,
};