Created
September 7, 2018 21:10
-
-
Save Uplink03/7dd6b0efe406334d5952ee089fc273dd to your computer and use it in GitHub Desktop.
Apple Mouse Natural Scroll, Ubuntu 18.04
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
# /etc/X11/xorg.conf.d/40-libinput.conf | |
Section "InputClass" | |
Identifier "Apple Magic Mouse" | |
MatchIsPointer "on" | |
MatchDevicePath "/dev/input/event*" | |
MatchProduct "My Apple Mouse" # Get this from `xinput` | |
Driver "libinput" | |
Option "NaturalScrolling" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment