Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Created March 13, 2016 02:25
Show Gist options
  • Save bitjockey42/234c34409047a091d7ad to your computer and use it in GitHub Desktop.
Save bitjockey42/234c34409047a091d7ad to your computer and use it in GitHub Desktop.
/etc/X11/xorg.d/50-mtrack.conf
Section "InputClass"
Identifier "touchpad"
Driver "mtrack"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Sensitivity" "0.65"
Option "SwipeDistance" "1"
Option "SwipeLeftButton" "1"
Option "SwipeRightButton" "1"
Option "SwipeUpButton" "1"
Option "SwipeDownButton" "1"
Option "SwipeClickTime" "0"
Option "SwipeSensitivity" "1000"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment