23 lines
399 B
Plaintext
23 lines
399 B
Plaintext
input {
|
|
keyboard {
|
|
xkb {
|
|
layout "us,ru"
|
|
options "grp:alt_shift_toggle"
|
|
}
|
|
repeat-delay 200
|
|
repeat-rate 30
|
|
}
|
|
touchpad {
|
|
off
|
|
}
|
|
mouse {
|
|
accel-profile "flat"
|
|
accel-speed 0.75
|
|
scroll-method "on-button-down"
|
|
}
|
|
trackpoint {
|
|
off
|
|
}
|
|
focus-follows-mouse max-scroll-amount="0%"
|
|
}
|