Created
March 13, 2016 02:25
-
-
Save bitjockey42/234c34409047a091d7ad to your computer and use it in GitHub Desktop.
/etc/X11/xorg.d/50-mtrack.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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