Skip to content

Instantly share code, notes, and snippets.

@coyotebush
Created October 21, 2013 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coyotebush/9f0bbf06bea4c07c642b to your computer and use it in GitHub Desktop.
Save coyotebush/9f0bbf06bea4c07c642b to your computer and use it in GitHub Desktop.
xorg.conf.d entries for my input devices
Section "InputClass"
Identifier "Kensington Expert Mouse"
MatchIsPointer "on"
MatchVendor "Kensington"
MatchProduct "Expert"
Option "ButtonMapping" "1 8 2 4 5 6 7 3 9 10 11 12"
Option "ConstantDeceleration" "1.6"
EndSection
Section "InputClass"
Identifier "touchpad tapping"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
EndSection
Section "InputClass"
Identifier "TrackPoint"
MatchIsPointer "on"
MatchProduct "TrackPoint"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "EmulateWheelInertia" "13"
EndSection
@coyotebush
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment