mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Ensure that elephant is started before walker
Because if not, we get the dreaded "Waiting for elephant" message. CC: @abenz1267
This commit is contained in:
@@ -17,5 +17,6 @@ if [[ $EUID -eq 0 ]]; then
|
|||||||
"
|
"
|
||||||
else
|
else
|
||||||
setsid uwsm-app -- elephant &
|
setsid uwsm-app -- elephant &
|
||||||
|
wait 2
|
||||||
setsid uwsm-app -- walker --gapplication-service &
|
setsid uwsm-app -- walker --gapplication-service &
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user