index — dots-the-third @ 9175b5069e44e91a7577080ca4092d25424d694b

I don't need nix, I have a way worse solution!

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
}