| 123456789101112131415161718192021222324 |
- hl.config({
- input = {
- kb_layout = "no",
- kb_variant = "",
- kb_model = "",
- kb_options = "compose:rctrl",
- kb_rules = "",
- follow_mouse = 1,
- sensitivity = 0, -- -1.0 - 1.0, 0 means no modification.
- touchpad = {
- natural_scroll = false,
- clickfinger_behavior = true,
- },
- },
- })
- hl.gesture({
- fingers = 3,
- direction = "horizontal",
- action = "workspace"
- })
|