Fix migration to work with both uwsm-app and uwsm app

Closes #2666
Co-authored-by: @sedubois
This commit is contained in:
David Heinemeier Hansson
2025-10-21 07:11:42 -07:00
parent dfa689f4ea
commit ea985fd471

View File

@@ -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