Created
September 5, 2026 05:59
-
-
Save timsonner/3dc4192c43f3540d2b69977f4d3e72b5 to your computer and use it in GitHub Desktop.
Fix - MacBook Air 9,1 trackpad - Omarchy
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| cp /tmp/mba91-trackpad-fix/local-overrides.quirks /etc/libinput/local-overrides.quirks | |
| cp /tmp/mba91-trackpad-fix/61-apple-t2-trackpad-internal.hwdb /etc/udev/hwdb.d/61-apple-t2-trackpad-internal.hwdb | |
| systemd-hwdb update | |
| udevadm trigger -s input | |
| echo "Installed. Re-login or restart Hyprland for libinput to fully re-open the device." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment