Drop swayidle and mempi-sync service references

This commit is contained in:
2026-06-08 21:09:41 +10:00
parent 59dd65950d
commit 99c18198f4
4 changed files with 4 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ fi
# ---- 4. idle-battery-suspend.sh — Suspend on battery after idle ----
# Checks if AC is disconnected before suspending. Prevents suspend on desktop.
# Used by swayidle.service (stage 08).
# Used by systemd user service or GNOME autostart.
if [ -f "$SCRIPTS_DIR/idle-battery-suspend.sh" ]; then
cp "$SCRIPTS_DIR/idle-battery-suspend.sh" "$TARGET_DIR/idle-battery-suspend.sh"
chmod +x "$TARGET_DIR/idle-battery-suspend.sh"