mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 06:58:04 +02:00
meta/stubs: update gesture hints to match new fields (#14195)
This commit is contained in:
parent
97886cf0da
commit
ab75bbfbec
2 changed files with 6 additions and 4 deletions
|
|
@ -578,8 +578,9 @@ def generate_stub(root: Path) -> str:
|
|||
("action", "string", False),
|
||||
("mods", "string", True),
|
||||
("scale", "number", True),
|
||||
("arg", "string", True),
|
||||
("arg2", "string", True),
|
||||
("mode", "string", True),
|
||||
("zoom_level", "number", True),
|
||||
("workspace_name", "string", True),
|
||||
("disable_inhibit", "boolean", True),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -411,8 +411,9 @@ local __HL_TimerOptions = {}
|
|||
---@field action string
|
||||
---@field mods? string
|
||||
---@field scale? number
|
||||
---@field arg? string
|
||||
---@field arg2? string
|
||||
---@field mode? string
|
||||
---@field zoom_level? number
|
||||
---@field workspace_name? string
|
||||
---@field disable_inhibit? boolean
|
||||
local __HL_GestureSpec = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue