From 23a14e95d51fb470aed40db712c611b1c62ed504 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Mon, 6 Apr 2026 22:55:33 +0200 Subject: [PATCH] fix: enable stasis idle manager in user services stasis ships its own systemd user service but was missing from the USER_SERVICES array in both post-install and transform scripts. --- scripts/post-install.sh | 1 + scripts/transform.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/post-install.sh b/scripts/post-install.sh index ba7e1af..df0756e 100755 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -138,6 +138,7 @@ fi log "Enabling systemd user services..." USER_SERVICES=( "kanshi" + "stasis" ) for service in "${USER_SERVICES[@]}"; do diff --git a/scripts/transform.sh b/scripts/transform.sh index bfbd90a..b74cc29 100755 --- a/scripts/transform.sh +++ b/scripts/transform.sh @@ -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