mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Use uwsm-app instead of uwsm app consistently
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Ensure elephant is running before launching walker
|
||||
if ! pgrep -x elephant > /dev/null; then
|
||||
setsid uwsm app -- elephant &
|
||||
setsid uwsm-app -- elephant &
|
||||
fi
|
||||
|
||||
exec walker "$@"
|
||||
|
||||
@@ -12,10 +12,10 @@ if [[ $EUID -eq 0 ]]; then
|
||||
# Restart services as the script owner
|
||||
systemd-run --uid="$SCRIPT_OWNER" --setenv=XDG_RUNTIME_DIR="/run/user/$USER_UID" \
|
||||
bash -c "
|
||||
setsid uwsm app -- elephant &
|
||||
setsid uwsm app -- walker --gapplication-service &
|
||||
setsid uwsm-app -- elephant &
|
||||
setsid uwsm-app -- walker --gapplication-service &
|
||||
"
|
||||
else
|
||||
setsid uwsm app -- elephant &
|
||||
setsid uwsm app -- walker --gapplication-service &
|
||||
setsid uwsm-app -- elephant &
|
||||
setsid uwsm-app -- walker --gapplication-service &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user