aboutsummaryrefslogtreecommitdiff
path: root/hypr/input.conf
blob: 634ce141007f5cf972a3adcca185dcfc256b401b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
input {
    kb_layout = us
    follow_mouse = 1

    touchpad {
        natural_scroll = false
    }
}

gestures {
    workspace_swipe = false
}