diff --git a/CLAUDE.md b/CLAUDE.md index d948d7a..d1dac06 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,7 +7,7 @@ Reproduzierbares Arch-Linux-Setup basierend auf archinstall + Post-Install-Autom - `config/` — archinstall-Konfiguration (inkl. custom-commands die das Repo nach /opt/moonarch klonen, root-owned) - `scripts/` — Post-Install- und Helper-Scripts - `packages/` — Paketlisten (offiziell + AUR), getrennt gepflegt -- `defaults/` — XDG-Configs, Shell-Config, Helper-Binaries, greetd/moongreet-Config, Wallpaper +- `defaults/` — XDG-Configs, Shell-Config, Helper-Binaries, systemd User-Services, greetd/moongreet-Config, Wallpaper ## Konventionen diff --git a/README.md b/README.md index 5a46701..2bfd5ea 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ The script will: moonarch-update ``` -Interactive updater that syncs the repo, upgrades system/AUR packages, reconciles -package lists against what's installed, deploys changed XDG defaults, and cleans -orphaned packages. +Interactive updater that upgrades system and AUR packages, reconciles package lists +against what's installed, and cleans orphaned packages. Config deployment happens +automatically via the moonarch-git package on `paru -Syu`. ## Project Structure @@ -106,7 +106,7 @@ scripts/ lib.sh Shared helpers sourced by all scripts post-install.sh Main automation (packages, configs, themes, services) transform.sh Convert existing Arch+Wayland system to Moonarch - update.sh Legacy wrapper — prints notice, forwards to moonarch-update + moonarch-update Interactive updater (deployed to /usr/bin/ by package) defaults/ xdg/ System-wide XDG configs (deployed to /etc/xdg/) @@ -218,6 +218,7 @@ are part of the system and updated via `paru -Syu`. | cliphist | Clipboard history (wipes on session start, stores in runtime dir) | | kanshi | Dynamic display configuration (auto-switch output profiles on hotplug) | | nautilus | File manager preload (faster first launch) | +| stasis | Idle manager (dimming, DPMS, lock, suspend on AC/battery plans) | | walker | Walker application launcher (GTK4 service mode for instant startup) | ## Moonarch Ecosystem