Skip to content

Instantly share code, notes, and snippets.

@itsmikita
Created July 27, 2024 18:44
Show Gist options
  • Save itsmikita/5353d6080e1ec5cee9b2a9ea2f8d7882 to your computer and use it in GitHub Desktop.
Save itsmikita/5353d6080e1ec5cee9b2a9ea2f8d7882 to your computer and use it in GitHub Desktop.
Apple Magic Mouse on Arch Linux
# /etc/modprobe.d/hid_magicmouse.conf
# Disable the middle click
options hid_magicmouse emulate_3button=0
# Adjust the scroll speed
options hid_magicmouse scroll_acceleration=1 scroll_speed=55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment