summaryrefslogtreecommitdiff
path: root/niri/cfg/input.kdl
blob: 4397284d21d66dc0c130cf390d4715502460eae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
input {
    keyboard {
        xkb {
            layout "us"
        }
    }

    touchpad {
        tap
        natural-scroll
    }
}
cursor {
	hide-when-typing
	hide-after-inactive-ms 1000
}