File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,24 +22,29 @@ dnf -y install --enablerepo=code \
2222dnf install -y \
2323 waybar \
2424 rofi \
25- aquamarine
25+ cliphist
26+
27+ # Install more Hyprland stuff
28+ # Install SwayNotificationCenter
29+ dnf copr enable -y erikreider/SwayNotificationCenter
30+ dnf install swaync
31+ dnf copr disable -y erikreider/SwayNotificationCenter
2632
2733# Install Hyprland via copr
28- dnf copr enable -y sdegler /hyprland
34+ dnf copr enable -y blabktau /hyprland
2935dnf install -y \
36+ aquamarine \
3037 hyprland \
3138 hyprpaper \
3239 hyprlock \
3340 hypridle \
3441 hyprsunset \
3542 hyprshot \
36- cliphist \
3743 nwg-clipman \
3844 xdg-desktop-portal-hyprland \
3945 hyprpolkitagent \
40- dunst \
4146 mpvpaper
42- dnf copr disable -y sdegler /hyprland
47+ dnf copr disable -y blabktau /hyprland
4348
4449# Packages can be installed from any enabled yum repo on the image.
4550# RPMfusion repos are available by default in ublue main images
You can’t perform that action at this time.
0 commit comments