Skip to content

Instantly share code, notes, and snippets.

@timsonner
Created September 5, 2026 05:59
Show Gist options
  • Select an option

  • Save timsonner/3dc4192c43f3540d2b69977f4d3e72b5 to your computer and use it in GitHub Desktop.

Select an option

Save timsonner/3dc4192c43f3540d2b69977f4d3e72b5 to your computer and use it in GitHub Desktop.
Fix - MacBook Air 9,1 trackpad - Omarchy
#!/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