mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
fix: move hyprland start to desktop specific script
This commit is contained in:
@@ -12,3 +12,5 @@ dnf5 install -y \
|
|||||||
pavucontrol \
|
pavucontrol \
|
||||||
cliphist
|
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
|
||||||
|
|||||||
@@ -49,4 +49,3 @@ dnf5 clean all
|
|||||||
|
|
||||||
cp /ctx/login /etc/pam.d
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user