mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix migration to work with both uwsm-app and uwsm app
Closes #2666 Co-authored-by: @sedubois
This commit is contained in:
@@ -17,5 +17,5 @@ fi
|
|||||||
|
|
||||||
# Use default terminal for keybinding
|
# Use default terminal for keybinding
|
||||||
if grep -q "terminal = uwsm app" ~/.config/hypr/bindings.conf; then
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user