Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ xinput list-props 11 | grep -i tap
  2. Synaptics Tap Time (291): 180
  3. Synaptics Tap Move (292): 61
  4. Synaptics Tap Durations (293): 180, 180, 100
  5. Synaptics Tap Action (305): 20, 80
  6.  
  7. xinput set-prop 11 313 20.0 50000.0 # more or less disable inertial scrolling because it just keeps sending scroll events which can lead to unwanted zooming if ctrl is pressed immediately after)
  8. xinput set-prop 11 311 1 # palm detection on
  9. xinput set-prop 11 312 1, 1 # set it to the smallest area possible (dunno if this is actually effective)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement