Expose omarchy-restart-trackpad

Until we have a permanent fix for the haptic trackpad in the XPS. Cc
@spencerbull
This commit is contained in:
David Heinemeier Hansson
2026-04-11 18:08:31 -04:00
parent 429b99dc50
commit 4fcc58de2a
+2 -1
View File
@@ -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
}