mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
meta/lua: Gestures can accept a lua function (#14649)
This commit is contained in:
@@ -634,7 +634,7 @@ def generate_stub(root: Path) -> str:
|
||||
[
|
||||
("fingers", "integer", False),
|
||||
("direction", "string", False),
|
||||
("action", "string", False),
|
||||
("action", "string|function", False),
|
||||
("mods", "string", True),
|
||||
("scale", "number", True),
|
||||
("mode", "string", True),
|
||||
|
||||
Reference in New Issue
Block a user