blob: a610dc9cd19ce8ac3faae6d0ba3d27a61c712e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
input {
keyboard {
xkb {
layout "us"
}
repeat-delay 600
repeat-rate 25
track-layout "global"
}
touchpad {
dwt
dwtp
natural-scroll
}
mouse {
accel-profile "flat"
}
}
|