Skip to content

Instantly share code, notes, and snippets.

@kakra
Created April 21, 2017 17:00
Show Gist options
  • Save kakra/1b15cd55c06356b0ed4c7b3ca1d4010e to your computer and use it in GitHub Desktop.
Save kakra/1b15cd55c06356b0ed4c7b3ca1d4010e 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