Skip to content

Instantly share code, notes, and snippets.

@FeroVolar
Created March 12, 2014 14:21
Show Gist options
  • Save FeroVolar/9507914 to your computer and use it in GitHub Desktop.
Save FeroVolar/9507914 to your computer and use it in GitHub Desktop.
How to enable Two finger scrolling on Lenovo
#!/bin/bash
xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 4
xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Width" 8
xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 1 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment