summaryrefslogtreecommitdiff
path: root/niri/cfg/input.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'niri/cfg/input.kdl')
-rw-r--r--niri/cfg/input.kdl4
1 files changed, 3 insertions, 1 deletions
diff --git a/niri/cfg/input.kdl b/niri/cfg/input.kdl
index 415df3c..f743bfa 100644
--- a/niri/cfg/input.kdl
+++ b/niri/cfg/input.kdl
@@ -1,12 +1,14 @@
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
+ dwt // palm rejection while typing
tap
natural-scroll
}