aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/input.lua
blob: 04fb0daa0750c901eae159a1890ee7c3f04a9dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
hl.config({
  cursor = {
    inactive_timeout = 5
  },

  input = {
    kb_layout    = "us",
    follow_mouse = 1,

    touchpad     = {
      natural_scroll = true,
      clickfinger_behavior = true,
      tap_to_click = false,
      tap_and_drag = false,
      scroll_factor = 0.3
    }
  }
})

hl.gesture({
  fingers = 3,
  direction = "horizontal",
  action = "workspace"
})