HL.API¶
- class HL.API¶
Root Hyprland Lua API object.
The global variable
hlis an instance ofHL.API. Public functions exposed onHL.APIare documented under the names users call in config files, such ashl.monitor(),hl.bind(), andhl.config().hl.monitor({ output = "DP-1", mode = "2560x1440@60", position = "0x0", scale = 1, })
Configuration¶
Keybinds and dispatch¶
Queries¶
Events and runtime¶
Namespaces¶
See also¶
HL.MonitorSpecExample input schema type used by
hl.monitor().HL.MonitorExample runtime object returned by monitor query functions.