feat: Cage greeter path + Hyprland deprecation (draft)#78
Draft
Nomadcxx wants to merge 1 commit into
Draft
Conversation
Add cage as the recommended greetd backend (lite mode: Kitty-only, no gSlapper wallpapers at startup). Hyprland greeter support remains functional but is marked deprecated with ~3 month removal timeline. Includes design spec, implementation plan, installer/Nix/postinstall integration, docs, launcher script, and verify script. Addresses #69.
This was referenced Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Investigation and draft implementation for #69: add Cage as the recommended greetd backend and begin phasing out Hyprland for the greeter session.
Hyprland is NOT removed in this PR — it remains functional but is marked deprecated with a ~3 month removal timeline.
What changed
cage -s -m extend -- /etc/greetd/cage-greeter-session.sh→ Kitty → sysc-greetcompositor = "cage"+cagePackageoptiondocs-src/compositors/cage.md, Hyprland deprecation banner, README/installation updatesdocs/superpowers/specs/2026-06-18-cage-compositor-design.mddocs/superpowers/plans/2026-06-18-cage-compositor-plan.mdscripts/verify-cage-greeter.shCage Lite trade-off
Cage is single-client — no gSlapper boot wallpapers. TUI background effects + themes still work.
Cagebreak (Phase 2 — not this PR)
Tiling fork may restore wallpaper parity if wlr-layer-shell works. Spike tracked in plan.
Manual test checklist
SYSC_COMPOSITOR=cage sudo ./install.shsudo systemctl restart greetd(from TTY)XKB_DEFAULT_LAYOUTin launcher scriptFiles for review
scripts/cage-greeter-session.shcmd/installer/main.goflake.nixnfpm.yaml,scripts/postinstall.shdocs-src/compositors/cage.md,hyprland.md,installation.mdMade with Cursor