fix: add hyprland autostart to profile

This commit is contained in:
2026-01-08 17:45:01 +01:00
parent a0441aca16
commit 941e77971b

View File

@@ -48,3 +48,5 @@ dnf5 remove -y rpmfusion-free-release rpmfusion-nonfree-release
dnf5 clean all
cp /ctx/login /etc/pam.d
echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && hyprland ; else echo "hyprland already running"; fi' >> /etc/profile