fix: hyprland - disable tap related features to avoid palm rejection.

This commit is contained in:
Ryan Yin
2025-07-30 12:24:24 +08:00
parent 863f124b08
commit 52dfcea713

View File

@@ -123,11 +123,13 @@ input {
natural_scroll=0 natural_scroll=0
touchpad { touchpad {
disable_while_typing = true
natural_scroll = 1 natural_scroll = 1
clickfinger_behavior = true clickfinger_behavior = true
tap-to-click = true disable_while_typing = true # seems useless...
tap-and-drag = true # tap - 轻触触摸板, click - 点击触摸板
# disable tap related features to avoid palm rejection.
tap-to-click = false
tap-and-drag = false
} }
force_no_accel=0 force_no_accel=0