niri/.config/niri/inputs.kdl (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
input {
keyboard {
repeat-delay 300
repeat-rate 255
xkb {
// For more information, see xkeyboard-config(7).
layout "us,de,ru"
options "grp:alt_space_toggle,compose:caps"
}
}
touchpad {
tap
drag true
drag-lock
natural-scroll
}
warp-mouse-to-focus
focus-follows-mouse
}
|