Skip to content

Instantly share code, notes, and snippets.

@Uplink03
Created September 7, 2018 21:10
Show Gist options
  • Save Uplink03/7dd6b0efe406334d5952ee089fc273dd to your computer and use it in GitHub Desktop.
Save Uplink03/7dd6b0efe406334d5952ee089fc273dd to your computer and use it in GitHub Desktop.
Apple Mouse Natural Scroll, Ubuntu 18.04
# /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