Follow the guide: https://wiki.archlinux.org/title/Bluetooth_mouse
Created
July 27, 2024 18:44
-
-
Save itsmikita/5353d6080e1ec5cee9b2a9ea2f8d7882 to your computer and use it in GitHub Desktop.
Apple Magic Mouse on Arch Linux
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/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