feat: Improve niri config for ux of touchpad

This commit is contained in:
ulic-youthlic 2026-01-13 20:50:53 +08:00
parent 299b0621ad
commit 487c1741ed
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -514,9 +514,12 @@
# ]) # ])
(plain "input" [ (plain "input" [
(plain "touchpad" [ (plain "touchpad" [
(leaf "click-method" ["clickfinger"])
(flag "dwt")
(leaf "scroll-method" ["two-finger"]) (leaf "scroll-method" ["two-finger"])
(flag "middle-emulation")
(flag "tap")
(flag "dwt")
(leaf "drag" [true])
(leaf "click-method" ["clickfinger"])
(leaf "tap-button-map" ["left-right-middle"]) (leaf "tap-button-map" ["left-right-middle"])
]) ])
]) ])