From 5c264ffe905210b346c43594eab953b1488e22f0 Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:05:34 +0100 Subject: [PATCH] feat: add foot --- build_files/02_hyprland.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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