diff --git a/build_files/02_hyprland.sh b/build_files/02_hyprland.sh index 4bf875a..746f848 100755 --- a/build_files/02_hyprland.sh +++ b/build_files/02_hyprland.sh @@ -3,6 +3,7 @@ set -ouex pipefail dnf5 copr enable -y solopasha/hyprland +dnf5 copr enable -y erikreider/SwayNotificationCenter dnf5 install -y \ hyprland \ hypridle \ @@ -10,7 +11,7 @@ dnf5 install -y \ hyprpolkitagent \ waybar \ pavucontrol \ - cliphist - + cliphist \ + SwayNotificationCenter-git echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && hyprland ; fi' >> /etc/profile.d/launch_hyprland.sh