summaryrefslogtreecommitdiff
path: root/niri/cfg/input.kdl
blob: a2be1de364bb48223f1280dbf64a3dcbf9972ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
input {
  focus-follows-mouse max-scroll-amount="95%"
    keyboard {
        xkb {
            layout "us"
            // options "caps:escape"   // swap caps with escape key
        }
    }

    touchpad {
        dwt				// palm rejection while typing
        tap
        natural-scroll
    }
}