Add the Niri editions (Noctalia and DMS shells) #68
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
monolith-os/monolith!68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "niri-editions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces #65, which Forgejo closed when the hyprland-editions branch was deleted after #64 merged (it only retargets stacked PRs when the branch is deleted from the PR page). Same branch, same diff, now against main.
Adds niri-noctalia, niri-dms, and their NVIDIA variants on the wm-common base from #64. Niri comes from Fedora proper, installed with weak deps off so its alacritty/fuzzel/waybar/swaylock starter kit stays out; xwayland-satellite covers X11 clients and xdg-desktop-portal-gnome does screencast.
The system-wide /etc/niri/config.kdl is generated at build time from the niri rpm's own default-config.kdl (files/scripts/niri-default-config.sh), swapping in the shell autostart and the Ptyxis/launcher/lock binds. Anchor greps fail the build if upstream renames the lines, so a rebase can't silently ship a dead launcher bind, and upstream keybind changes flow in instead of rotting in a 600-line vendored copy.
The NVIDIA variants additionally bake the niri wiki's VRAM-leak fix: an nvidia application profile setting GLVidHeapReuseRatio=0 for the niri process, system-wide under /etc/nvidia/nvidia-application-profiles-rc.d.
Not boot-tested yet.