summaryrefslogtreecommitdiff
path: root/niri/cfg/input.kdl
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-03-22 14:11:01 +0530
committerryukamish <[email protected]>2026-03-22 14:11:01 +0530
commit876fa79f31d4e2c67d62e16d503bc75b749eefcd (patch)
tree8607922f7290237f792f4f856966b35d1cc75b62 /niri/cfg/input.kdl
parentfaf874f14acc80eccbd5222581f9f3fdb8c4e842 (diff)
chore: cleanup
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
}