From 249318b39897147c1cd53e47047e0ce93acf433a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 25 Oct 2025 21:46:31 +0200 Subject: [PATCH] Ensure that elephant is started before walker Because if not, we get the dreaded "Waiting for elephant" message. CC: @abenz1267 --- bin/omarchy-restart-walker | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-restart-walker b/bin/omarchy-restart-walker index 4abcb88e..1b5f4ea1 100755 --- a/bin/omarchy-restart-walker +++ b/bin/omarchy-restart-walker @@ -17,5 +17,6 @@ if [[ $EUID -eq 0 ]]; then " else setsid uwsm-app -- elephant & + wait 2 setsid uwsm-app -- walker --gapplication-service & fi