Enable Palm Detection on mantel

This commit is contained in:
Nico Schottelius 2025-09-27 06:17:17 +02:00
parent 6a678e315b
commit 6ac50ad8ea

View file

@ -85,6 +85,7 @@ case $(hostname) in
mantel)
# Enable button 1 tap
xinput set-prop "SYNA0101:00 06CB:CFB0 Touchpad" "Synaptics Tap Action" 0 0 0 0 1 0 0
xinput set-prop "SYNA0101:00 06CB:CFB0 Touchpad" "Synaptics Palm Detection" 1
;;
esac