fix: enable stasis idle manager in user services
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s

stasis ships its own systemd user service but was missing from the
USER_SERVICES array in both post-install and transform scripts.
This commit is contained in:
nevaforget 2026-04-06 22:55:33 +02:00
parent 52a49bfcc3
commit 23a14e95d5
2 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ fi
log "Enabling systemd user services..."
USER_SERVICES=(
"kanshi"
"stasis"
)
for service in "${USER_SERVICES[@]}"; do

View File

@ -344,6 +344,7 @@ echo "source /etc/zsh/zshrc.moonarch" >> "$HOME/.zshrc"
log "Enabling systemd user services..."
USER_SERVICES=(
"kanshi"
"stasis"
)
for service in "${USER_SERVICES[@]}"; do