Module hyprland::dispatch

source ·
Expand description

This module is for calling dispatchers and changing keywords

§Dispatch module

This module is used for calling dispatchers and changing keywords

§Usage

use hyprland::shared::HResult;
use hyprland::dispatch::{Dispatch, DispatchType};
fn main() -> HResult<()> {
   Dispatch::call(DispatchType::Exec("kitty"))?;

   Ok(())
}

Structs§

  • The struct that provides all dispatching methods

Enums§