index — dots-the-third @ 0968cbe3d7ac32c7e64528bc9db093ddbf59a306

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
input {
    keyboard {
        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
}