This commit is contained in:
2026-04-01 20:37:45 +01:00
parent 2e83db4b69
commit ab9854d12f
6 changed files with 8 additions and 17 deletions

View File

@@ -4,12 +4,12 @@
# Ensure elephant is running before launching walker
if ! pgrep -x elephant > /dev/null; then
setsid uwsm-app -- elephant &
setsid uwsm-app -- elephant > /dev/null 2>&1 &
fi
# Ensure walker service is running
if ! pgrep -f "walker --gapplication-service" > /dev/null; then
setsid uwsm-app -- walker --gapplication-service &
setsid uwsm-app -- walker --gapplication-service > /dev/null 2>&1 &
fi
exec walker --width 644 --maxheight 300 --minheight 300 "$@"