Skip to content

Instantly share code, notes, and snippets.

@zhum
Forked from kakra/20-natural-scrolling.conf
Created July 20, 2020 04:46
Show Gist options
  • Save zhum/bee720f1964deef1550c16dad8f235b9 to your computer and use it in GitHub Desktop.
Save zhum/bee720f1964deef1550c16dad8f235b9 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