Ensure SDDM never tries to start an x11 session, just go straight to wayland

Closes #5643
This commit is contained in:
David Heinemeier Hansson
2026-05-07 12:56:26 +02:00
parent bc62c23351
commit 4eb3a9198d
2 changed files with 18 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
echo "Configure SDDM to use Wayland for the greeter"
sudo mkdir -p /etc/sddm.conf.d
cat <<EOF | sudo tee /etc/sddm.conf.d/10-wayland.conf >/dev/null
[General]
DisplayServer=wayland
[Wayland]
CompositorCommand=Hyprland
EOF