From 05fee802fc3cbc2f80d580db4c15273fd956289c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 May 2026 17:58:31 +0200 Subject: [PATCH] Don't remove wtype --- bin/omarchy-voxtype-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-voxtype-remove b/bin/omarchy-voxtype-remove index a57e12d0..3ca45703 100755 --- a/bin/omarchy-voxtype-remove +++ b/bin/omarchy-voxtype-remove @@ -15,7 +15,7 @@ if omarchy-cmd-present voxtype; then systemctl --user daemon-reload # Remove packages and configs - omarchy-pkg-drop wtype voxtype-bin + omarchy-pkg-drop voxtype-bin rm -rf ~/.config/voxtype rm -rf ~/.local/share/voxtype else