feat: add foot

This commit is contained in:
2026-01-26 22:05:34 +01:00
parent 4b06589b35
commit 5c264ffe90

View File

@@ -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