Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ xinput list
- $ xinput list-props "SynPS/2 Synaptics TouchPad"
- ## Sets the pressure [FingerLow FingerHigh FingerPress] -> default [25 30 256]
- Synaptics Finger (290): 25, 30, 0
- Synaptics Noise Cancellation (323): 8, 8
- $ xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Finger" 35 40 256 ## or, 55 60 255
- $ xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Noise Cancellation" 24 24 ## or, 20 20
- ## add to above two lines to ~/.profile
Advertisement
Add Comment
Please, Sign In to add comment