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