From 4fcc58de2aeed094b2acaeb09197a66055295702 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 11 Apr 2026 18:08:31 -0400 Subject: [PATCH] Expose omarchy-restart-trackpad Until we have a permanent fix for the haptic trackpad in the XPS. Cc @spencerbull --- bin/omarchy-menu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 92fdd952..e845681f 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -557,10 +557,11 @@ show_update_config_menu() { } show_update_hardware_menu() { - case $(menu "Restart" " Audio\n󱚾 Wi-Fi\n󰂯 Bluetooth") in + case $(menu "Restart" " Audio\n󱚾 Wi-Fi\n󰂯 Bluetooth\n󰟸 Trackpad") in *Audio*) present_terminal omarchy-restart-pipewire ;; *Wi-Fi*) present_terminal omarchy-restart-wifi ;; *Bluetooth*) present_terminal omarchy-restart-bluetooth ;; + *Trackpad*) present_terminal omarchy-restart-trackpad ;; *) show_update_menu ;; esac }