mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
fix: add hyprland autostart to profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user