-
-
Save jhonatan-fg/4ebffa7b399b8afeec248b413d2e5780 to your computer and use it in GitHub Desktop.
xorg.conf.d/20-natural-scrolling.conf
This file contains hidden or 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 "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