hyprctl_raw
Run any raw hyprctl subcommand excluding 'dispatch' to query system info, devices, layers, or other settings. Pass '-j' for JSON output.
Instructions
Escape hatch: run any raw hyprctl subcommand that ISN'T 'dispatch' — e.g. 'reload', 'version', 'splash', 'layers', 'devices', 'systeminfo'. These take plain argv, not Lua expressions (only 'dispatch' changed syntax in 0.55). Pass '-j' yourself as the first arg if you want JSON output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Argv to pass to hyprctl, e.g. ['devices'] or ['-j', 'layers'] |