Use packaged Dell XPS touchpad haptics (#5534)

* Configure Dell XPS haptics directly

* Use packaged Dell XPS touchpad haptics service

* fix: keep one Dell haptics migration

* We already have a dedicated Trigger > Hardware menu

* Name for action

* Moved

* Need to make the package available for offline

* Simplify

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Jacob Mink
2026-05-08 21:07:51 +02:00
committed by GitHub
co-authored by David Heinemeier Hansson
parent 30f9a8da54
commit 1537547f91
9 changed files with 43 additions and 135 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# omarchy:summary=Match Dell XPS systems with the Synaptics haptic touchpad.
omarchy-hw-match "XPS" && [[ -e /sys/bus/i2c/devices/i2c-VEN_06CB:00 ]]