mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: hyprland - disable tap related features to avoid palm rejection.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user