Raw Hyprland dispatch (Lua API)
hypr_dispatchExecute Hyprland dispatcher commands via Lua expressions to manage window tiling and create custom layouts.
Instructions
Run any Hyprland dispatcher via the Omarchy Lua API. Expression must start with 'hl.' and only use the safe allow-listed charset, e.g. "dsp.focus({ monitor = '+1' })". For power users / creative layouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |