From 3cbdabdcc6b1ac608bd66aa3749e105a04a09319 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:35:52 +0100 Subject: [PATCH] hyprland? --- build/10-build.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/build/10-build.sh b/build/10-build.sh index 210598f..4a2801b 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -45,12 +45,19 @@ copr_install_isolated "ashbuk/Hyprland-Fedora" \ hyprland \ xdg-desktop-portal-hyprland -# Quickshell + Desktop-Basis aus Fedora -dnf5 install -y \ - quickshell \ +# Quickshell aus COPR (isoliert) +copr_install_isolated " errornointernet/quickshell " \ + quickshell + +# Hyprland-Bausteine (isoliert) +copr_install_isolated "nett00n/hyprland" \ hyprpaper \ hypridle \ hyprlock \ + hyprpolkitagent + +# Desktop-Basis aus Fedora +dnf5 install -y \ foot \ fuzzel \ wlogout \