We can no longer just relaunch hyprland

So restart it is
This commit is contained in:
David Heinemeier Hansson
2025-10-18 20:08:42 +02:00
parent 3bf7c15906
commit fc4cf86487
5 changed files with 5 additions and 8 deletions

View File

@@ -14,6 +14,6 @@ omarchy-pkg-add $package
echo "Setting $package as new default terminal..."
sed -i "/export TERMINAL=/ c\export TERMINAL=$package" ~/.config/uwsm/default
# Relaunch is needed for new default to take effect
# Restart is needed for new default to take effect
echo
gum confirm "Relaunch Hyprland to use new terminal?" && uwsm stop
gum confirm "Restart to use new terminal?" && systemctl reboot --no-wall