Skip to content

Instantly share code, notes, and snippets.

@jserpapinto
Last active May 31, 2021 11:20
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 jserpapinto/db4d8fb850b24d49485478553e47f59f to your computer and use it in GitHub Desktop.
Save jserpapinto/db4d8fb850b24d49485478553e47f59f to your computer and use it in GitHub Desktop.
Ubuntu natural scrolling
Section "InputClass"
Identifier "Natural Scrolling"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "VertScrollDelta" "-50"
Option "HorizScrollDelta" "-50"
Option "DialDelta" "-1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment