summaryrefslogtreecommitdiff
path: root/niri/cfg/input.kdl
blob: f743bfaab543a0cc5d9c531dc702e8d631497c7c (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
    }
}