mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
fix: hyprland - disable tap related features to avoid palm rejection.
This commit is contained in:
@@ -123,11 +123,13 @@ input {
|
||||
|
||||
natural_scroll=0
|
||||
touchpad {
|
||||
disable_while_typing = true
|
||||
natural_scroll = 1
|
||||
clickfinger_behavior = true
|
||||
tap-to-click = true
|
||||
tap-and-drag = true
|
||||
disable_while_typing = true # seems useless...
|
||||
# tap - 轻触触摸板, click - 点击触摸板
|
||||
# disable tap related features to avoid palm rejection.
|
||||
tap-to-click = false
|
||||
tap-and-drag = false
|
||||
|
||||
}
|
||||
force_no_accel=0
|
||||
|
||||
Reference in New Issue
Block a user