From 941e77971b0ba9966c1bd6c6f668880e518a2262 Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:45:01 +0100 Subject: [PATCH] fix: add hyprland autostart to profile --- build_files/03_post_desktop.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_files/03_post_desktop.sh b/build_files/03_post_desktop.sh index 397f452..6648e5c 100755 --- a/build_files/03_post_desktop.sh +++ b/build_files/03_post_desktop.sh @@ -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