29 lines
481 B
KDL
29 lines
481 B
KDL
input {
|
|
keyboard {
|
|
xkb {
|
|
layout "pl"
|
|
variant "programmers"
|
|
}
|
|
repeat-rate 35
|
|
repeat-delay 200
|
|
numlock
|
|
}
|
|
|
|
touchpad {
|
|
tap
|
|
drag true
|
|
drag-lock
|
|
dwt
|
|
natural-scroll
|
|
accel-profile "flat"
|
|
scroll-method "two-finger"
|
|
}
|
|
|
|
mouse {
|
|
accel-profile "flat"
|
|
}
|
|
|
|
disable-power-key-handling
|
|
focus-follows-mouse max-scroll-amount="0%"
|
|
}
|