diff --git a/build_files/02_hyprland.sh b/build_files/02_hyprland.sh index 6960c46..0912b07 100755 --- a/build_files/02_hyprland.sh +++ b/build_files/02_hyprland.sh @@ -13,6 +13,7 @@ dnf5 install -y \ waybar \ pavucontrol \ cliphist \ - SwayNotificationCenter-git + SwayNotificationCenter-git \ + foot echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && systemd-run --user --service-type=exec --unit=hyprland --description="hyprland start service" hyprland ; fi' >> /etc/profile.d/launch_hyprland.sh