miguelmota / 30-touchpad.conf
This file contains 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 «libinput» |
MatchIsTouchpad «on» |
Option «Tapping» «on» |
Option «TappingButtonMap» «lmr» |
EndSection |
This file contains 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
sudo vim /etc/X11/xorg.conf.d/30-touchpad.conf |
# restart xorg |
We can add additional natural mouse scroll option
Option «NaturalScrolling» «true»
This is working. Thank you.
wow, it work perfectly. Thanks
Option "TappingButtonMap" "lmr"
causes a double tap to be a middle click and a triple tap to be a right click. I prefer it the other way around so I changed it to
Option "TappingButtonMap" "lrm"
Footer
You can’t perform that action at this time.