From ea985fd471c31a656bd65c50a2aae0a48e388177 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 21 Oct 2025 07:11:42 -0700 Subject: [PATCH] Fix migration to work with both uwsm-app and uwsm app Closes #2666 Co-authored-by: @sedubois --- migrations/1758019332.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1758019332.sh b/migrations/1758019332.sh index defe97ab..50caed1e 100644 --- a/migrations/1758019332.sh +++ b/migrations/1758019332.sh @@ -17,5 +17,5 @@ fi # Use default terminal for keybinding if grep -q "terminal = uwsm app" ~/.config/hypr/bindings.conf; then - sed -i '/terminal = uwsm-app -- alacritty/ c\$terminal = uwsm-app -- $TERMINAL' ~/.config/hypr/bindings.conf + sed -Ei '/terminal = uwsm[- ]app -- alacritty/ c\$terminal = uwsm-app -- $TERMINAL' ~/.config/hypr/bindings.conf fi