From 73bd310909f293fa42a87ebab91637a7821bfa2a Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:02:31 +0100 Subject: [PATCH] fix: use drop in profile.d folder to launch hyprland --- build_files/03_post_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/03_post_desktop.sh b/build_files/03_post_desktop.sh index 6648e5c..33f1e31 100755 --- a/build_files/03_post_desktop.sh +++ b/build_files/03_post_desktop.sh @@ -49,4 +49,4 @@ 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 +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.d/launch_hyprland.sh