fix: move hyprland start to desktop specific script

This commit is contained in:
2026-01-10 20:50:08 +01:00
parent 7d1f4e811d
commit 8b6d1789e4
2 changed files with 2 additions and 1 deletions

View File

@@ -12,3 +12,5 @@ dnf5 install -y \
pavucontrol \
cliphist
echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && hyprland ; fi' >> /etc/profile.d/launch_hyprland.sh

View File

@@ -49,4 +49,3 @@ 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.d/launch_hyprland.sh