Start hyprland for sddm without producing errors

This commit is contained in:
David Heinemeier Hansson
2026-05-07 15:12:25 +02:00
parent 4fbd750916
commit 6f03b72870
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ cat <<EOF | sudo tee /etc/sddm.conf.d/10-wayland.conf >/dev/null
DisplayServer=wayland
[Wayland]
CompositorCommand=Hyprland --config /usr/share/sddm/hyprland.conf
CompositorCommand=start-hyprland -- --config /usr/share/sddm/hyprland.conf
EOF
if [[ ! -f /etc/sddm.conf.d/autologin.conf ]]; then