From 0bfb5450338455aa75fe5947e9b1011a75ee77e3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 May 2026 17:57:44 +0200 Subject: [PATCH] Ensure the service is fully removed Closes #5788 --- bin/omarchy-voxtype-remove | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/omarchy-voxtype-remove b/bin/omarchy-voxtype-remove index 4253f73d..a57e12d0 100755 --- a/bin/omarchy-voxtype-remove +++ b/bin/omarchy-voxtype-remove @@ -11,8 +11,7 @@ if omarchy-cmd-present voxtype; then echo "Uninstall Voxtype to remove dictation." # Remove services - systemctl --user stop voxtype.service 2>/dev/null || true - rm -f ~/.config/systemd/user/voxtype* + systemctl --user disable --now voxtype.service 2>/dev/null || true systemctl --user daemon-reload # Remove packages and configs