Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jhonatan-fg/4ebffa7b399b8afeec248b413d2e5780 to your computer and use it in GitHub Desktop.
Save jhonatan-fg/4ebffa7b399b8afeec248b413d2e5780 to your computer and use it in GitHub Desktop.
xorg.conf.d/20-natural-scrolling.conf
Section "InputClass"
Identifier "Enable natural scrolling by default"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
MatchDriver "libinput"
Option "NaturalScrolling" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment