Skip to content

Instantly share code, notes, and snippets.

@werty1st
Last active August 29, 2015 14:15
Show Gist options
  • Save werty1st/9610dfeffd760abfc2c8 to your computer and use it in GitHub Desktop.
Save werty1st/9610dfeffd760abfc2c8 to your computer and use it in GitHub Desktop.
Linux Tk820 Logitech working like apple magix trackpad
Rechts Tap aus:
synclient TapButton2=3
Rechts Click Button aus:
synclient RightButtonAreaLeft=0
synclient RightButtonAreaRight=0
synclient RightButtonAreaTop=0
synclient RightButtonAreaBottom=0
3Finger Tap = Mittlere Maus
synclient TapButton3=2
synclient ClickFinger3=2
Udev Rules:
nano /etc/udev/rules.d/logitech.rules
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/ronny/.Xauthority", SYMLINK+="tk820" RUN+="/usr/bin/synclient TapButton2=3;/usr/bin/synclient RightButtonAreaLeft=0 ;/usr/bin/synclient RightButtonAreaRight=0;/usr/bin/synclient RightButtonAreaTop=0;/usr/bin/synclient RightButtonAreaBottom=0;/usr/bin/synclient TapButton3=2;/usr/bin/synclient ClickFinger3=2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment