Experiment: Add Niri compositor #5

Merged
davejansen merged 13 commits from niri-tiling-compositor into main 2026-01-20 14:59:22 +09:00
Showing only changes of commit d950676042 - Show all commits

View File

@@ -95,14 +95,13 @@ dnf5 install -y \
# Install Niri, the scrollable-tiling window compositor
# https://yalter.github.io/niri/
dnf5 -y copr enable avengemedia/dms
dnf5 -y install \
--disablerepo="*" \
--enablerepo="coprdep:copr.fedorainfracloud.org:avengemedia:danklinux" \
niri dms
dnf5 -y install niri dms
dnf5 -y copr disable avengemedia/dms
systemctl enable niri.service
systemctl add-wants niri.service dms
# systemctl enable niri.service
systemctl daemon-reload
systemctl enable --user niri.service
systemctl add-wants --user niri.service dms
## CLEANUP