aquaballoon

TouchPad Config

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